旺销王浏览器采集插件

旺销王浏览器插件,用于采集任意跨境电商平台网站中的产品信息。您可以将任意店铺、商品等资料快速复制到自己的店铺中。

What is 旺销王浏览器采集插件?

旺销王浏览器采集插件 is a Chrome extension developed by 旺销王, and its main feature is "旺销王浏览器插件,用于采集任意跨境电商平台网站中的产品信息。您可以将任意店铺、商品等资料快速复制到自己的店铺中。".

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 ghcdbkkkkoapnnmgipogcdakfnicgdnb
Official URL https://chromewebstore.google.com/detail/%E6%97%BA%E9%94%80%E7%8E%8B%E6%B5%8F%E8%A7%88%E5%99%A8%E9%87%87%E9%9B%86%E6%8F%92%E4%BB%B6/ghcdbkkkkoapnnmgipogcdakfnicgdnb
Description 旺销王浏览器插件,用于采集任意跨境电商平台网站中的产品信息。您可以将任意店铺、商品等资料快速复制到自己的店铺中。
File Size 208 KB
Installation Count 8,000
Current Version 6.5.9
Last Updated 2023-09-05
Publish Date 2020-02-29
Rating 5.00/5 Total 2 Ratings
Developer 旺销王
Email [email protected]
Payment Type free
Extension Website https://www.wxwerp.com/
Privacy Policy Page URL https://www.wxwerp.com/help/5e12faa8bdf833173c0a863d.html
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "\u798f\u5dde\u534e\u5929\u4f1f\u4e1a\u7f51\u7edc\u79d1\u6280\u6709\u9650\u516c\u53f8",
    "manifest_version": 2,
    "name": "\u65fa\u9500\u738b\u6d4f\u89c8\u5668\u91c7\u96c6\u63d2\u4ef6",
    "description": "\u65fa\u9500\u738b\u6d4f\u89c8\u5668\u63d2\u4ef6\uff0c\u7528\u4e8e\u91c7\u96c6\u4efb\u610f\u8de8\u5883\u7535\u5546\u5e73\u53f0\u7f51\u7ad9\u4e2d\u7684\u4ea7\u54c1\u4fe1\u606f\u3002\u60a8\u53ef\u4ee5\u5c06\u4efb\u610f\u5e97\u94fa\u3001\u5546\u54c1\u7b49\u8d44\u6599\u5feb\u901f\u590d\u5236\u5230\u81ea\u5df1\u7684\u5e97\u94fa\u4e2d\u3002",
    "version": "6.5.9",
    "icons": {
        "16": "images\/logo16.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/logo16.png",
            "48": "images\/logo48.png",
            "128": "images\/logo128.png"
        },
        "default_title": "\u65fa\u9500\u738b\u6d4f\u89c8\u5668\u91c7\u96c6\u63d2\u4ef6",
        "default_popup": "popup.html"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.wxwerp.com\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/i18n.js",
                "js\/jquery.js",
                "js\/util.js",
                "js\/ui.js",
                "js\/BrowserClient.js",
                "js\/clipboard.min.js",
                "js\/initPopup.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/i18n.js",
            "js\/jquery.js",
            "js\/util.js",
            "js\/client.js",
            "js\/background.js",
            "js\/wxwclient.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "notifications",
        "cookies",
        "",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "web_accessible_resources": [
        "index.html",
        "manifest.json"
    ]
}