Shopee Price History - ShopeeCheck.com
Product price tracking on Shopee
什麼是Shopee Price History - ShopeeCheck.com?
Shopee Price History - ShopeeCheck.com是由https://shopeecheck.com開發的Chrome擴展程式,該擴展的主要功能是“Product price tracking on Shopee”。
擴展截圖
下載Shopee Price History - ShopeeCheck.com擴展crx文件
下載Shopee Price History - ShopeeCheck.com擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Product price tracking on Shopee
擴展基本資訊
名稱 | Shopee Price History - ShopeeCheck.com |
ID | hibnncmaejeofknejmdcfbenaomfenad |
官方網址 | https://chromewebstore.google.com/detail/shopee-price-history-shop/hibnncmaejeofknejmdcfbenaomfenad |
簡介 | Product price tracking on Shopee |
檔案大小 | 710 KB |
安裝次數 | 540 |
目前版本 | 1.0.3 |
更新時間 | 2021-05-31 |
上架時間 | 2021-05-27 |
評分 | 2.33/5 共 3 次評分 |
開發者 | https://shopeecheck.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://shopeecheck.com |
隱私政策頁面URL | https://nhatkythuthuat.com/help/privacy-policy |
支援的語言 | en,vi |
manifest.json | |
{ "name": "__MSG_EXTENSION_NAME__", "short_name": "__MSG_EXTENSION_NAME__", "version": "1.0.3", "manifest_version": 2, "description": "__MSG_EXTENSION_DESCRIPTION__", "homepage_url": "https:\/\/shopeecheck.com", "default_locale": "vi", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "permissions": [ "*:\/\/*.shopeecheck.com\/*", "*:\/\/ssl.google-analytics.com\/*", "contextMenus", "cookies", "http:\/\/*\/*", "https:\/\/*\/*", "notifications", "storage", "tabs" ], "browser_action": { "default_popup": "popup.html", "default_icon": "icons\/19.png" }, "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.shopee.vn\/*" ], "js": [ "assets\/js\/vendor.js", "assets\/js\/i18n.js", "assets\/js\/common.js", "contentScript.js" ], "css": [ "assets\/css\/common.css", "assets\/css\/contentScript.css" ], "exclude_matches": [ "*:\/\/banhang.shopee.vn\/*" ] } ], "web_accessible_resources": [ "assets\/*" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |