微商微信客服插件

微信上帮助微商更高效率进行客服,订单管理和在线营销工作

Hvad er 微商微信客服插件?

微商微信客服插件 er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "微信上帮助微商更高效率进行客服,订单管理和在线营销工作".

Udvidelsesskærmbilleder

screenshot

Download 微商微信客服插件-udvidelses-CRX-fil

Download 微商微信客服插件-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        微信上帮助微商更高效率进行客服与订单管理工作,联系我们:[email protected]                    

Grundlæggende oplysninger om udvidelsen

Navn 微商微信客服插件 微商微信客服插件
ID okhdlkclfpobfbgopifklopdghikmifb
Officiel URL https://chromewebstore.google.com/detail/%E5%BE%AE%E5%95%86%E5%BE%AE%E4%BF%A1%E5%AE%A2%E6%9C%8D%E6%8F%92%E4%BB%B6/okhdlkclfpobfbgopifklopdghikmifb
Beskrivelse 微信上帮助微商更高效率进行客服,订单管理和在线营销工作
Filstørrelse 40.9 KB
Antal Installationer 25
Nuværende Version 1.1
Senest Opdateret 2018-01-02
Udgivelsesdato 2018-01-02
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Unknown
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.1",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "background",
        "declarativeContent"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "css": [
                "styles\/wxext.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "page_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "wechat web plugin"
    },
    "web_accessible_resources": [
        "scripts\/wx_ext\/*.js",
        "scripts\/vendor\/*.js"
    ]
}