Shopee Master
Shopee Master
Shopee Master क्या है?
Shopee Master https://www.shopeemaster.cn द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shopee Master"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Shopee Master एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Shopee sales monitoring statistics Shopee product sales statistics Check out Shopee competitor sales monitoring Shopee销量监控统计 查看Shopee竞争对手销量 Shopee产品销量统计
एक्सटेंशन की मूल जानकारी
नाम | |
ID | hlkklhhmbjkefmcdkbdiidhcgapofcbo |
आधिकारिक URL | 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\/*" ] } |