Shopee Master
Shopee Master
Shopee Master란 무엇입니까?
Shopee Master은(는) https://www.shopeemaster.cn에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shopee Master"입니다.
확장 프로그램 스크린샷
Shopee Master 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/*" ] } |