友鹰数据(Extension)
友鹰数据(youyingshuju),帮助商家 选产品,找货源。
友鹰数据(Extension) là gì?
友鹰数据(Extension) là một tiện ích mở rộng Chrome được phát triển bởi https://haiyingshuju.com, và tính năng chính của nó là "友鹰数据(youyingshuju),帮助商家 选产品,找货源。".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng 友鹰数据(Extension)
Tải xuống các tệp mở rộng 友鹰数据(Extension) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
在Shopee等跨境电商平台 的 商品列表页面和商品详情页面,展示每一个商品 销量,访客,价格,库存等走势图,方便商家 选品 和 运营。
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | 友鹰数据(Extension) |
ID | acfmgdlfkkookcaeophipjkbnaglpcoo |
URL Chính Thức | https://chromewebstore.google.com/detail/%E5%8F%8B%E9%B9%B0%E6%95%B0%E6%8D%AEextension/acfmgdlfkkookcaeophipjkbnaglpcoo |
Mô tả | 友鹰数据(youyingshuju),帮助商家 选产品,找货源。 |
Kích Thước Tệp | 1.9 MB |
Số Lần Cài Đặt | 5,000 |
Phiên Bản Hiện Tại | 1.1.5 |
Cập Nhật Lần Cuối | 2024-02-16 |
Ngày Phát Hành | 2021-06-13 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://haiyingshuju.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://haiyingshuju.com/ |
URL Trang Trợ Giúp | https://haiyingshuju.com/ |
URL Trang Chính Sách Bảo Mật | https://haiyingshuju.com/newsShopee/index.html |
Ngôn Ngữ Được Hỗ Trợ | 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": [ "*:\/\/*\/*" ] } ] } |