采集助手

采集助手

What is 采集助手?

采集助手 is a Chrome extension developed by sailingqy, and its main feature is "采集助手".

Extension Screenshots

screenshot
screenshot
screenshot
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 pdldjnnbgchhlknfcdgnlfamdflkhbno
Official URL https://chromewebstore.google.com/detail/%E9%87%87%E9%9B%86%E5%8A%A9%E6%89%8B/pdldjnnbgchhlknfcdgnlfamdflkhbno
Description 采集助手
File Size 1.38 MB
Installation Count 173
Current Version 0.4.1
Last Updated 2021-04-08
Publish Date 2021-02-01
Rating 3.00/5 Total 2 Ratings
Developer sailingqy
Email [email protected]
Payment Type free
Extension Website https://business.xshoppy.shop/
Help Page URL https://business.xshoppy.shop/
Privacy Policy Page URL https://www.xshoppy.com/privacy-policy
Supported Languages en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u91c7\u96c6\u52a9\u624b",
    "version": "0.4.1",
    "description": "\u91c7\u96c6\u52a9\u624b",
    "default_locale": "zh_CN",
    "permissions": [
        "*:\/\/*\/*",
        "declarativeContent"
    ],
    "icons": {
        "16": "icons\/main.png",
        "48": "icons\/main.png",
        "128": "icons\/main.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_title": "\u91c7\u96c6\u52a9\u624b",
        "default_icon": {
            "19": "icons\/main.png",
            "38": "icons\/main.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/detail.1688.com\/*"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "css": [
                "css\/content-script.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}