友鹰数据(Extension)
友鹰数据(youyingshuju),帮助商家 选产品,找货源。
What is 友鹰数据(Extension)?
友鹰数据(Extension) is a Chrome extension developed by https://haiyingshuju.com, and its main feature is "友鹰数据(youyingshuju),帮助商家 选产品,找货源。".
Extension Screenshots
Download 友鹰数据(Extension) Extension CRX File
Download 友鹰数据(Extension) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
在Shopee等跨境电商平台 的 商品列表页面和商品详情页面,展示每一个商品 销量,访客,价格,库存等走势图,方便商家 选品 和 运营。
Extension Basic Information
Name | 友鹰数据(Extension) |
ID | acfmgdlfkkookcaeophipjkbnaglpcoo |
Official URL | https://chromewebstore.google.com/detail/%E5%8F%8B%E9%B9%B0%E6%95%B0%E6%8D%AEextension/acfmgdlfkkookcaeophipjkbnaglpcoo |
Description | 友鹰数据(youyingshuju),帮助商家 选产品,找货源。 |
File Size | 1.9 MB |
Installation Count | 5,000 |
Current Version | 1.1.5 |
Last Updated | 2024-02-16 |
Publish Date | 2021-06-13 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://haiyingshuju.com |
[email protected] | |
Payment Type | free |
Extension Website | https://haiyingshuju.com/ |
Help Page URL | https://haiyingshuju.com/ |
Privacy Policy Page URL | https://haiyingshuju.com/newsShopee/index.html |
Supported Languages | 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": [ "*:\/\/*\/*" ] } ] } |