微商微信客服插件

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

Vad är 微商微信客服插件?

微商微信客服插件 är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "微信上帮助微商更高效率进行客服,订单管理和在线营销工作".

Tilläggsskärmbilder

screenshot

Ladda ner 微商微信客服插件-förlängningens CRX-fil

Ladda ner 微商微信客服插件-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn 微商微信客服插件 微商微信客服插件
ID okhdlkclfpobfbgopifklopdghikmifb
Officiell webbadress 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
Beskrivning 微信上帮助微商更高效率进行客服,订单管理和在线营销工作
Filstorlek 40.9 KB
Antal Installationer 25
Aktuell Version 1.1
Senast Uppdaterad 2018-01-02
Publiceringsdatum 2018-01-02
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Unknown
Betalningssätt free
Stödda Språk 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"
    ]
}