新外贸机器人插件

当前版本:2021-08-30

What is 新外贸机器人插件?

新外贸机器人插件 is a Chrome extension developed by www.alirank.com, and its main feature is "当前版本:2021-08-30".

Extension Screenshots

screenshot

Download 新外贸机器人插件 Extension CRX File

Download 新外贸机器人插件 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

                        为国际站商家提供数据分析功能,在商家授权的前提下读取商家信息并进行分析处理!插件不能独立使用,是在我们的《新外贸机器人》里面使用。                    

Extension Basic Information

Name 新外贸机器人插件 新外贸机器人插件
ID fgdjmkebbdilkokaaiehnndimalckmno
Official URL https://chromewebstore.google.com/detail/%E6%96%B0%E5%A4%96%E8%B4%B8%E6%9C%BA%E5%99%A8%E4%BA%BA%E6%8F%92%E4%BB%B6/fgdjmkebbdilkokaaiehnndimalckmno
Description 当前版本:2021-08-30
File Size 918 KB
Installation Count 5,000
Current Version 2.7.6
Last Updated 2021-09-26
Publish Date 2021-03-10
Rating 5.00/5 Total 2 Ratings
Developer www.alirank.com
Email [email protected]
Payment Type free
Extension Website http://www.alirank.com
Help Page URL http://www.yxbf.net
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u65b0\u5916\u8d38\u673a\u5668\u4eba\u63d2\u4ef6",
    "version": "2.7.6",
    "manifest_version": 2,
    "description": "\u5f53\u524d\u7248\u672c:2021-08-30",
    "author": "weilence ",
    "icons": {
        "16": "icons\/main.png",
        "128": "icons\/main.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.yxbf.net\/*",
                "*:\/\/*.homexhk.com\/*",
                "*:\/\/*.snsbot.net\/*",
                "*:\/\/*.test.net\/*"
            ],
            "js": [
                "scripts\/content.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.1688.com\/*",
                "*:\/\/*.aliexpress.com\/*"
            ],
            "js": [
                "scripts\/import.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.yxbf.net\/*",
            "*:\/\/*.homexhk.com\/*",
            "*:\/\/*.snsbot.net\/*",
            "*:\/\/*.test.net\/*"
        ]
    },
    "permissions": [
        "",
        "cookies",
        "webRequest",
        "webRequestBlocking"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icons\/main.png",
            "38": "icons\/main.png"
        },
        "default_title": "\u65b0\u5916\u8d38\u673a\u5668\u4eba\u63d2\u4ef6",
        "default_popup": "ui\/index.html#popup"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": []
}