Shop Safe
A chrome extension that helps to identify where an amazon product is originated from.
Co to jest Shop Safe?
Shop Safe to rozszerzenie Chrome opracowane przez Shop Safe, a jego główną funkcją jest „A chrome extension that helps to identify where an amazon product is originated from.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Shop Safe
Pobierz pliki rozszerzeń Shop Safe w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This is an extension which provides the country information of an amazon product on the product detail page.
Podstawowe informacje o rozszerzeniu
Nazwa | Shop Safe |
ID | helhdfggaejjdpkfkbpfbnchljaobhbp |
Oficjalny URL | https://chromewebstore.google.com/detail/shop-safe/helhdfggaejjdpkfkbpfbnchljaobhbp |
Opis | A chrome extension that helps to identify where an amazon product is originated from. |
Rozmiar pliku | 1.01 MB |
Liczba instalacji | 182 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2023-11-07 |
Data Publikacji | 2023-11-06 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | Shop Safe |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://cromeprivacypolicy.s3.amazonaws.com/safeshop-privacypolicy.html |
Obsługiwane Języki | 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" } ] } |