友鹰数据(Extension)
友鹰数据(youyingshuju),帮助商家 选产品,找货源。
友鹰数据(Extension)란 무엇입니까?
友鹰数据(Extension)은(는) https://haiyingshuju.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "友鹰数据(youyingshuju),帮助商家 选产品,找货源。"입니다.
확장 프로그램 스크린샷
友鹰数据(Extension) 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
在Shopee等跨境电商平台 的 商品列表页面和商品详情页面,展示每一个商品 销量,访客,价格,库存等走势图,方便商家 选品 和 运营。
확장 프로그램 기본 정보
이름 | 友鹰数据(Extension) |
ID | acfmgdlfkkookcaeophipjkbnaglpcoo |
공식 URL | https://chromewebstore.google.com/detail/%E5%8F%8B%E9%B9%B0%E6%95%B0%E6%8D%AEextension/acfmgdlfkkookcaeophipjkbnaglpcoo |
설명 | 友鹰数据(youyingshuju),帮助商家 选产品,找货源。 |
파일 크기 | 1.9 MB |
설치 횟수 | 5,000 |
현재 버전 | 1.1.5 |
최근 업데이트 | 2024-02-16 |
출시 날짜 | 2021-06-13 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | https://haiyingshuju.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://haiyingshuju.com/ |
도움말 페이지 URL | https://haiyingshuju.com/ |
개인정보 보호 정책 페이지 URL | https://haiyingshuju.com/newsShopee/index.html |
지원되는 언어 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "\u53cb\u9e70\u6570\u636e(Extension)", "description": "\u53cb\u9e70\u6570\u636e\uff08youyingshuju\uff09\uff0c\u5e2e\u52a9\u5546\u5bb6 \u9009\u4ea7\u54c1\uff0c\u627e\u8d27\u6e90\u3002", "version": "1.1.5", "icons": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "action": { "default_icon": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "default_popup": "popup.html", "default_title": "\u53cb\u9e70\u6570\u636e(www.youyingshuju.com)\u63d2\u4ef6, \u70b9\u51fb\u767b\u5f55" }, "content_scripts": [ { "matches": [ "*:\/\/*.amazon.com\/*", "*:\/\/*.amazon.co.uk\/*", "*:\/\/*.www.amazon.de\/*", "*:\/\/*.shopee.com.my\/*", "*:\/\/xiapi.xiapibuy.com\/*", "*:\/\/*.xiapibuy.com\/*", "*:\/\/*.shopee.com\/*", "*:\/\/*.shopee.co.th\/*", "*:\/\/*.shopee.co.id\/*", "*:\/\/*.shopee.co.th\/*", "*:\/\/*.shopee.ph\/*", "*:\/\/*.shopee.sg\/*", "*:\/\/*.shopee.vn\/*", "*:\/\/*.shopee.com.br\/*", "*:\/\/*.shopee.tw\/*", "*:\/\/*.shopee.cl\/*", "*:\/\/*.shopee.pl\/*", "*:\/\/*.shopee.mx\/*", "*:\/\/*.shopee.com.mx\/*", "*:\/\/*.shopee.com.co\/*", "*:\/\/my.xiapibuy.com\/*", "*:\/\/id.xiapibuy.com\/*", "*:\/\/th.xiapibuy.com\/*", "*:\/\/ph.xiapibuy.com\/*", "*:\/\/sg.xiapibuy.com\/*", "*:\/\/vn.xiapibuy.com\/*", "*:\/\/br.xiapibuy.com\/*", "*:\/\/*.lazada.com.my\/*", "*:\/\/*.lazada.co.id\/*", "*:\/\/*.lazada.co.th\/*", "*:\/\/*.lazada.com.ph\/*", "*:\/\/*.temu.com\/*" ], "css": [ "css\/content.css", "css\/antd.compact.min.css" ], "js": [ "js\/xlsx.core.min.js", "js\/xlsxStyle.core.min.js", "js\/jszip-3.7.1.min.js", "js\/moment-2.29.1.min.js", "js\/echarts-4.8.0.min.js", "js\/chunk-vendors.js", "js\/crypto-js.min.js", "js\/vue.global.prod.js", "js\/antd.esm.js", "js\/clipboard.min.js", "js\/genSecret.js", "js\/content.js" ], "run_at": "document_end" } ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules_1.json" } ] }, "permissions": [ "tabs", "storage", "cookies", "alarms", "webNavigation", "webRequest", "declarativeNetRequest", "declarativeNetRequestFeedback" ], "host_permissions": [ "*:\/\/*\/*" ], "background": { "service_worker": "js\/background.js", "type": "module" }, "content_security_policy": { "script-src": "self" }, "web_accessible_resources": [ { "resources": [ "\/icons\/*", "\/img\/*", "\/js\/*", "\/*" ], "matches": [ "*:\/\/*\/*" ] } ] } |