Shop Safe
A chrome extension that helps to identify where an amazon product is originated from.
Cos'è Shop Safe?
Shop Safe è un'estensione di Chrome sviluppata da Shop Safe, e la sua funzione principale è "A chrome extension that helps to identify where an amazon product is originated from.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Shop Safe
Scarica i file di estensione Shop Safe 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
This is an extension which provides the country information of an amazon product on the product detail page.
Informazioni di Base sull'Estensione
Nome | Shop Safe |
ID | helhdfggaejjdpkfkbpfbnchljaobhbp |
URL Ufficiale | https://chromewebstore.google.com/detail/shop-safe/helhdfggaejjdpkfkbpfbnchljaobhbp |
Descrizione | A chrome extension that helps to identify where an amazon product is originated from. |
Dimensione del File | 1.01 MB |
Conteggio Installazioni | 182 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2023-11-07 |
Data di Pubblicazione | 2023-11-06 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | Shop Safe |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://cromeprivacypolicy.s3.amazonaws.com/safeshop-privacypolicy.html |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "A chrome extension that helps to identify where an amazon product is originated from.", "version": "1.0.0", "manifest_version": 3, "name": "Shop Safe", "icons": { "192": ".\/assets\/icons\/icon-192.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.amazon.com\/*\/dp\/*", "https:\/\/www.amazon.com\/dp\/*" ], "js": [ "content_script.js" ], "css": [ "content.styles.css" ], "run_at": "document_end" } ] } |