采集助手

采集助手

Wat is 采集助手?

采集助手 is een Chrome-extensie ontwikkeld door sailingqy, en de belangrijkste functie is "采集助手".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie 采集助手

Download 采集助手-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        云栈官方出品,支持在多平台采集,采集后可刊登至多个平台多个店铺,提高商品发布效率。                    

Basisinformatie over de Extensie

Naam 采集助手 采集助手
ID pdldjnnbgchhlknfcdgnlfamdflkhbno
Officiële URL https://chromewebstore.google.com/detail/%E9%87%87%E9%9B%86%E5%8A%A9%E6%89%8B/pdldjnnbgchhlknfcdgnlfamdflkhbno
Beschrijving 采集助手
Bestandsgrootte 1.38 MB
Aantal Installaties 173
Huidige Versie 0.4.1
Laatst Bijgewerkt 2021-04-08
Publicatiedatum 2021-02-01
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar sailingqy
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://business.xshoppy.shop/
Help Pagina-URL https://business.xshoppy.shop/
URL van de Privacybeleid Pagina https://www.xshoppy.com/privacy-policy
Ondersteunde Talen 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'"
}