IP Alert

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

Что такое IP Alert?

IP Alert - это расширение Chrome, разработанное https://www.cleartheshelf.com, и его основная функция - "IP Alert warns users of potential IP claims on Amazon Product Detail Pages.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения IP Alert

Скачайте файлы расширений IP Alert в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название IP Alert IP Alert
ID dcmindjgpiimpmkgmabhkflfaiimioea
Официальный URL https://chromewebstore.google.com/detail/ip-alert/dcmindjgpiimpmkgmabhkflfaiimioea
Описание IP Alert warns users of potential IP claims on Amazon Product Detail Pages.
Размер файла 133 KB
Количество установок 38,762
Текущая Версия 2.41
Последнее Обновление 2023-11-08
Дата публикации 2021-04-22
Рейтинг 4.14/5 Всего 28 оценок
Разработчик https://www.cleartheshelf.com
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности http://cleartheshelf.com/privacy-policy
Поддерживаемые языки 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": [
                ""
            ]
        }
    ]
}