微商微信客服插件
微信上帮助微商更高效率进行客服,订单管理和在线营销工作
What is 微商微信客服插件?
微商微信客服插件 is a Chrome extension developed by Unknown, and its main feature is "微信上帮助微商更高效率进行客服,订单管理和在线营销工作".
Extension Screenshots
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
微信上帮助微商更高效率进行客服与订单管理工作,联系我们:[email protected]
Extension Basic Information
Name | 微商微信客服插件 |
ID | okhdlkclfpobfbgopifklopdghikmifb |
Official 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 |
Description | 微信上帮助微商更高效率进行客服,订单管理和在线营销工作 |
File Size | 40.9 KB |
Installation Count | 25 |
Current Version | 1.1 |
Last Updated | 2018-01-02 |
Publish Date | 2018-01-02 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | 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" ] } |