Shopee Price History - ShopeeCheck.com
Product price tracking on Shopee
Shopee Price History - ShopeeCheck.comคืออะไร?
Shopee Price History - ShopeeCheck.com เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://shopeecheck.com และคุณลักษณะหลักของมันคือ "Product price tracking on Shopee"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Shopee Price History - ShopeeCheck.com
ดาวน์โหลดไฟล์ส่วนขยาย Shopee Price History - ShopeeCheck.com ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Product price tracking on Shopee
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Shopee Price History - ShopeeCheck.com |
ID | hibnncmaejeofknejmdcfbenaomfenad |
URL อย่างเป็นทางการ | 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'" } |