Shop Safe
A chrome extension that helps to identify where an amazon product is originated from.
什麼是Shop Safe?
Shop Safe是由Shop Safe開發的Chrome擴展程式,該擴展的主要功能是“A chrome extension that helps to identify where an amazon product is originated from.”。
擴展截圖
下載Shop Safe擴展crx文件
下載Shop Safe擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This is an extension which provides the country information of an amazon product on the product detail page.
擴展基本資訊
名稱 | Shop Safe |
ID | helhdfggaejjdpkfkbpfbnchljaobhbp |
官方網址 | https://chromewebstore.google.com/detail/shop-safe/helhdfggaejjdpkfkbpfbnchljaobhbp |
簡介 | A chrome extension that helps to identify where an amazon product is originated from. |
檔案大小 | 1.01 MB |
安裝次數 | 182 |
目前版本 | 1.0.0 |
更新時間 | 2023-11-07 |
上架時間 | 2023-11-06 |
評分 | 5.00/5 共 3 次評分 |
開發者 | Shop Safe |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://cromeprivacypolicy.s3.amazonaws.com/safeshop-privacypolicy.html |
支援的語言 | 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" } ] } |