Shop Safe
A chrome extension that helps to identify where an amazon product is originated from.
What is Shop Safe?
Shop Safe is a Chrome extension developed by Shop Safe, and its main feature is "A chrome extension that helps to identify where an amazon product is originated from.".
Extension Screenshots
Download Shop Safe Extension CRX File
Download Shop Safe extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This is an extension which provides the country information of an amazon product on the product detail page.
Extension Basic Information
Name | Shop Safe |
ID | helhdfggaejjdpkfkbpfbnchljaobhbp |
Official URL | https://chromewebstore.google.com/detail/shop-safe/helhdfggaejjdpkfkbpfbnchljaobhbp |
Description | A chrome extension that helps to identify where an amazon product is originated from. |
File Size | 1.01 MB |
Installation Count | 182 |
Current Version | 1.0.0 |
Last Updated | 2023-11-07 |
Publish Date | 2023-11-06 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Shop Safe |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://cromeprivacypolicy.s3.amazonaws.com/safeshop-privacypolicy.html |
Supported Languages | 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" } ] } |