Shop Safe
A chrome extension that helps to identify where an amazon product is originated from.
Was ist Shop Safe?
Shop Safe ist eine Chrome-Erweiterung, die von Shop Safe entwickelt wurde, und ihr Hauptmerkmal ist "A chrome extension that helps to identify where an amazon product is originated from.".
Erweiterungsscreenshots
Shop Safe-Erweiterungs-CRX-Datei herunterladen
Laden Sie Shop Safe-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
This is an extension which provides the country information of an amazon product on the product detail page.
Grundlegende Informationen zur Erweiterung
Name | Shop Safe |
ID | helhdfggaejjdpkfkbpfbnchljaobhbp |
Offizielle URL | https://chromewebstore.google.com/detail/shop-safe/helhdfggaejjdpkfkbpfbnchljaobhbp |
Beschreibung | A chrome extension that helps to identify where an amazon product is originated from. |
Dateigröße | 1.01 MB |
Installationsanzahl | 182 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2023-11-07 |
Veröffentlichungsdatum | 2023-11-06 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | Shop Safe |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://cromeprivacypolicy.s3.amazonaws.com/safeshop-privacypolicy.html |
Unterstützte Sprachen | 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" } ] } |