IP Alert

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

Qu'est-ce que IP Alert ?

IP Alert est une extension Chrome développée par https://www.cleartheshelf.com, et sa fonction principale est "IP Alert warns users of potential IP claims on Amazon Product Detail Pages.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension IP Alert

Téléchargez les fichiers d'extension IP Alert au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom IP Alert IP Alert
ID dcmindjgpiimpmkgmabhkflfaiimioea
URL Officiel https://chromewebstore.google.com/detail/ip-alert/dcmindjgpiimpmkgmabhkflfaiimioea
Description IP Alert warns users of potential IP claims on Amazon Product Detail Pages.
Taille du Fichier 133 KB
Nombre d'Installations 38,762
Version Actuelle 2.41
Dernière Mise à Jour 2023-11-08
Date de Publication 2021-04-22
Évaluation 4.14/5 Total 28 Évaluations
Développeur https://www.cleartheshelf.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité http://cleartheshelf.com/privacy-policy
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}