IP Alert

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

Was ist IP Alert?

IP Alert ist eine Chrome-Erweiterung, die von https://www.cleartheshelf.com entwickelt wurde, und ihr Hauptmerkmal ist "IP Alert warns users of potential IP claims on Amazon Product Detail Pages.".

Erweiterungsscreenshots

screenshot
screenshot

IP Alert-Erweiterungs-CRX-Datei herunterladen

Laden Sie IP Alert-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name IP Alert IP Alert
ID dcmindjgpiimpmkgmabhkflfaiimioea
Offizielle URL https://chromewebstore.google.com/detail/ip-alert/dcmindjgpiimpmkgmabhkflfaiimioea
Beschreibung IP Alert warns users of potential IP claims on Amazon Product Detail Pages.
Dateigröße 133 KB
Installationsanzahl 38,762
Aktuelle Version 2.41
Letztes Update 2023-11-08
Veröffentlichungsdatum 2021-04-22
Bewertung 4.14/5 Insgesamt 28 Bewertungen
Entwickler https://www.cleartheshelf.com
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite http://cleartheshelf.com/privacy-policy
Unterstützte Sprachen 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": [
                ""
            ]
        }
    ]
}