友鹰数据(Extension)

友鹰数据(youyingshuju),帮助商家 选产品,找货源。

什么是友鹰数据(Extension)?

友鹰数据(Extension)是由https://haiyingshuju.com开发的Chrome扩展程序,该扩展的主要功能是“友鹰数据(youyingshuju),帮助商家 选产品,找货源。”。

扩展截图

screenshot
screenshot
screenshot

下载友鹰数据(Extension)扩展crx文件

下载友鹰数据(Extension)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        在Shopee等跨境电商平台 的 商品列表页面和商品详情页面,展示每一个商品 销量,访客,价格,库存等走势图,方便商家 选品 和 运营。                    

扩展基本信息

名称 友鹰数据(Extension) 友鹰数据(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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}