微商微信客服插件
微信上帮助微商更高效率进行客服,订单管理和在线营销工作
Cos'è 微商微信客服插件?
微商微信客服插件 è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "微信上帮助微商更高效率进行客服,订单管理和在线营销工作".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 微商微信客服插件
Scarica i file di estensione 微商微信客服插件 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
微信上帮助微商更高效率进行客服与订单管理工作,联系我们:[email protected] Informazioni di Base sull'Estensione
| Nome | |
| ID | okhdlkclfpobfbgopifklopdghikmifb |
| URL Ufficiale | 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 |
| Descrizione | 微信上帮助微商更高效率进行客服,订单管理和在线营销工作 |
| Dimensione del File | 40.9 KB |
| Conteggio Installazioni | 25 |
| Versione Corrente | 1.1 |
| Ultimo Aggiornamento | 2018-01-02 |
| Data di Pubblicazione | 2018-01-02 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | Unknown |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
} | |