Shop Safe
A chrome extension that helps to identify where an amazon product is originated from.
Hvad er Shop Safe?
Shop Safe er en Chrome-udvidelse udviklet af Shop Safe, og dens hovedfunktion er "A chrome extension that helps to identify where an amazon product is originated from.".
Udvidelsesskærmbilleder
Download Shop Safe-udvidelses-CRX-fil
Download Shop Safe-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This is an extension which provides the country information of an amazon product on the product detail page.
Grundlæggende oplysninger om udvidelsen
Navn | Shop Safe |
ID | helhdfggaejjdpkfkbpfbnchljaobhbp |
Officiel URL | https://chromewebstore.google.com/detail/shop-safe/helhdfggaejjdpkfkbpfbnchljaobhbp |
Beskrivelse | A chrome extension that helps to identify where an amazon product is originated from. |
Filstørrelse | 1.01 MB |
Antal Installationer | 182 |
Nuværende Version | 1.0.0 |
Senest Opdateret | 2023-11-07 |
Udgivelsesdato | 2023-11-06 |
Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
Udvikler | Shop Safe |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | https://cromeprivacypolicy.s3.amazonaws.com/safeshop-privacypolicy.html |
Understøttede Sprog | 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" } ] } |