Shopee Master
Shopee Master
什麼是Shopee Master?
Shopee Master是由https://www.shopeemaster.cn開發的Chrome擴展程式,該擴展的主要功能是“Shopee Master”。
擴展截圖
下載Shopee Master擴展crx文件
下載Shopee Master擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Shopee sales monitoring statistics Shopee product sales statistics Check out Shopee competitor sales monitoring Shopee销量监控统计 查看Shopee竞争对手销量 Shopee产品销量统计
擴展基本資訊
名稱 | |
ID | hlkklhhmbjkefmcdkbdiidhcgapofcbo |
官方網址 | https://chrome.google.com/webstore/detail/shopee-master/hlkklhhmbjkefmcdkbdiidhcgapofcbo |
簡介 | Shopee Master |
檔案大小 | 605 KB |
安裝次數 | 445 |
目前版本 | 1.00 |
更新時間 | 2021-08-09 |
上架時間 | 2021-08-09 |
開發者 | https://www.shopeemaster.cn |
電子郵箱 | [email protected] |
付費類型 | in_app |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Shopee Master", "short_name": "Shopee Master", "description": "Shopee Master", "version": "1.00", "author": "Shopee Master", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "action": { "default_icon": { "48": "img\/icon48.png" }, "default_title": "Shopee Master", "default_popup": "popup.html" }, "content_security_policy": { "extension_pages": "script-src 'self' ; object-src 'self'" }, "homepage_url": "https:\/\/wwww.shopeemaster.cn\/", "content_scripts": [ { "matches": [ "*:\/\/*.shopee.tw\/*", "*:\/\/shopee.tw\/*", "*:\/\/*.shopee.cn\/*", "*:\/\/shopee.cn\/*", "*:\/\/*.shopeesz.com\/*", "*:\/\/*.shopee.co.id\/*", "*:\/\/shopee.co.id\/*", "*:\/\/*.shopee.vn\/*", "*:\/\/shopee.vn\/*", "*:\/\/shopee.co.th\/*", "*:\/\/*.shopee.co.th\/*", "*:\/\/shopee.ph\/*", "*:\/\/*.shopee.ph\/*", "*:\/\/shopee.com.my\/*", "*:\/\/*.shopee.com.my\/*", "*:\/\/shopee.sg\/*", "*:\/\/*.shopee.sg\/*", "*:\/\/shopee.com.br\/*", "*:\/\/*.shopee.com.br\/*", "*:\/\/shopee.com\/*", "*:\/\/*.shopee.com\/*", "*:\/\/*.xiapibuy.com\/*" ], "css": [ "asset\/css\/layui.css", "asset\/theme\/default\/layer.css" ], "js": [ "asset\/jquery.js", "asset\/layui.js", "asset\/layer.js", "asset\/echarts.min.js", "asset\/essos.js", "content.js" ] } ], "options_page": "options.html", "permissions": [ "storage", "*:\/\/*.shopee.tw\/*", "*:\/\/shopee.tw\/*", "*:\/\/*.shopee.cn\/*", "*:\/\/shopee.cn\/*", "*:\/\/*.shopeesz.com\/*", "*:\/\/*.shopee.co.id\/*", "*:\/\/shopee.co.id\/*", "*:\/\/*.shopee.vn\/*", "*:\/\/shopee.vn\/*", "*:\/\/shopee.co.th\/*", "*:\/\/*.shopee.co.th\/*", "*:\/\/shopee.ph\/*", "*:\/\/*.shopee.ph\/*", "*:\/\/shopee.com.my\/*", "*:\/\/*.shopee.com.my\/*", "*:\/\/shopee.sg\/*", "*:\/\/*.shopee.sg\/*", "*:\/\/shopee.com.br\/*", "*:\/\/*.shopee.com.br\/*", "*:\/\/shopee.com\/*", "*:\/\/*.shopee.com\/*", "*:\/\/*.xiapibuy.com\/*" ] } |