IP Alert
IP Alert warns users of potential IP claims on Amazon Product Detail Pages.
Wat is IP Alert?
IP Alert is een Chrome-extensie ontwikkeld door https://www.cleartheshelf.com, en de belangrijkste functie is "IP Alert warns users of potential IP claims on Amazon Product Detail Pages.".
Extensie Screenshots
Download het CRX-bestand van de extensie IP Alert
Download IP Alert-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | IP Alert |
ID | dcmindjgpiimpmkgmabhkflfaiimioea |
Officiële URL | https://chromewebstore.google.com/detail/ip-alert/dcmindjgpiimpmkgmabhkflfaiimioea |
Beschrijving | IP Alert warns users of potential IP claims on Amazon Product Detail Pages. |
Bestandsgrootte | 133 KB |
Aantal Installaties | 38,762 |
Huidige Versie | 2.41 |
Laatst Bijgewerkt | 2023-11-08 |
Publicatiedatum | 2021-04-22 |
Beoordeling | 4.14/5 Totaal 28 Beoordelingen |
Ontwikkelaar | https://www.cleartheshelf.com |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | http://cleartheshelf.com/privacy-policy |
Ondersteunde Talen | 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": [ " |