IP Alert

IP Alert warns users of potential IP claims on Amazon Product Detail Pages.

IP Alert là gì?

IP Alert là một tiện ích mở rộng Chrome được phát triển bởi https://www.cleartheshelf.com, và tính năng chính của nó là "IP Alert warns users of potential IP claims on Amazon Product Detail Pages.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng IP Alert

Tải xuống các tệp mở rộng IP Alert dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        The IP Alert extension will trigger a pop-up as well as a flashing red siren near the brand name on an Amazon Product detail page.

The brands that are triggered have been crowd-sourced by fellow Amazon sellers and are updated regularly.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên IP Alert IP Alert
ID dcmindjgpiimpmkgmabhkflfaiimioea
URL Chính Thức https://chromewebstore.google.com/detail/ip-alert/dcmindjgpiimpmkgmabhkflfaiimioea
Mô tả IP Alert warns users of potential IP claims on Amazon Product Detail Pages.
Kích Thước Tệp 133 KB
Số Lần Cài Đặt 38,762
Phiên Bản Hiện Tại 2.41
Cập Nhật Lần Cuối 2023-11-08
Ngày Phát Hành 2021-04-22
Đánh Giá 4.14/5 Tổng số 28 Đánh Giá
Nhà Phát Triển https://www.cleartheshelf.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật http://cleartheshelf.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "IP Alert",
    "description": "IP Alert warns users of potential IP claims on Amazon Product Detail Pages.",
    "version": "2.41",
    "action": {
        "default_icon": {
            "16": "images\/IPAlert16x16.jpg",
            "48": "images\/IPAlert48x48.jpg",
            "128": "images\/IPAlert128x128.jpg"
        },
        "default_title": "IP Alert",
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/tacticalarbitrage.com\/*",
                "*:\/\/app.tacticalarbitrage.com\/*",
                "*:\/\/*.amazon.com.br\/*",
                "*:\/\/*.amazon.ca\/*",
                "*:\/\/*.amazon.com.mx\/*",
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.cn\/*",
                "*:\/\/*.amazon.in\/*",
                "*:\/\/*.amazon.co.jp\/*",
                "*:\/\/*.amazon.sg\/*",
                "*:\/\/*.amazon.com.tr\/*",
                "*:\/\/*.amazon.ae\/*",
                "*:\/\/*.amazon.sa\/*",
                "*:\/\/*.amazon.fr\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.it\/*",
                "*:\/\/*.amazon.nl\/*",
                "*:\/\/*.amazon.pl\/*",
                "*:\/\/*.amazon.es\/*",
                "*:\/\/*.amazon.se\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.com.au\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/utils.js",
                "js\/content.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/app.getipalert.com\/*"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "icons": {
        "16": "images\/IPAlert16x16.jpg",
        "48": "images\/IPAlert48x48.jpg",
        "128": "images\/IPAlert128x128.jpg"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}