IP Alert
IP Alert warns users of potential IP claims on Amazon Product Detail Pages.
Cos'è IP Alert?
IP Alert è un'estensione di Chrome sviluppata da https://www.cleartheshelf.com, e la sua funzione principale è "IP Alert warns users of potential IP claims on Amazon Product Detail Pages.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione IP Alert
Scarica i file di estensione IP Alert in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | dcmindjgpiimpmkgmabhkflfaiimioea |
| URL Ufficiale | https://chromewebstore.google.com/detail/ip-alert/dcmindjgpiimpmkgmabhkflfaiimioea |
| Descrizione | IP Alert warns users of potential IP claims on Amazon Product Detail Pages. |
| Dimensione del File | 133 KB |
| Conteggio Installazioni | 38,762 |
| Versione Corrente | 2.41 |
| Ultimo Aggiornamento | 2023-11-08 |
| Data di Pubblicazione | 2021-04-22 |
| Valutazione | 4.14/5 Totale 28 Valutazioni |
| Sviluppatore | https://www.cleartheshelf.com |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina della Politica sulla Privacy | http://cleartheshelf.com/privacy-policy |
| Lingue Supportate | 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": [
" | |