Shop Safe
A chrome extension that helps to identify where an amazon product is originated from.
Wat is Shop Safe?
Shop Safe is een Chrome-extensie ontwikkeld door Shop Safe, en de belangrijkste functie is "A chrome extension that helps to identify where an amazon product is originated from.".
Extensie Screenshots
Download het CRX-bestand van de extensie Shop Safe
Download Shop Safe-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
This is an extension which provides the country information of an amazon product on the product detail page.
Basisinformatie over de Extensie
Naam | Shop Safe |
ID | helhdfggaejjdpkfkbpfbnchljaobhbp |
Officiële URL | https://chromewebstore.google.com/detail/shop-safe/helhdfggaejjdpkfkbpfbnchljaobhbp |
Beschrijving | A chrome extension that helps to identify where an amazon product is originated from. |
Bestandsgrootte | 1.01 MB |
Aantal Installaties | 182 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2023-11-07 |
Publicatiedatum | 2023-11-06 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Shop Safe |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://cromeprivacypolicy.s3.amazonaws.com/safeshop-privacypolicy.html |
Ondersteunde Talen | 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" } ] } |