ChatBird - WhatsApp網店智能行銷工具
WhatsApp智能行銷工具,群發資訊、更新訂單通知,讓你可以用一個號碼發動營銷攻勢。
Cos'è ChatBird - WhatsApp網店智能行銷工具?
ChatBird - WhatsApp網店智能行銷工具 è un'estensione di Chrome sviluppata da chatbirdhk, e la sua funzione principale è "WhatsApp智能行銷工具,群發資訊、更新訂單通知,讓你可以用一個號碼發動營銷攻勢。".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ChatBird - WhatsApp網店智能行銷工具
Scarica i file di estensione ChatBird - WhatsApp網店智能行銷工具 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
WhatsApp 智能機械人 系統化廣播訊息,批量發送通知,隨時聯絡客戶。 集中管理你的客戶,推送有價值訊息,取代繁複電郵。 集中處理不同客戶的訂閱,一鍵發出訊息。 向潛在客動批量發送優惠及付款資訊。 提升曝光率,吸引客戶消費及完成交易。
Informazioni di Base sull'Estensione
Nome | ChatBird - WhatsApp網店智能行銷工具 |
ID | khgndhemfakdcpcfpnafedlpjnfbeehh |
URL Ufficiale | https://chromewebstore.google.com/detail/chatbird-whatsapp%E7%B6%B2%E5%BA%97%E6%99%BA%E8%83%BD%E8%A1%8C%E9%8A%B7%E5%B7%A5%E5%85%B7/khgndhemfakdcpcfpnafedlpjnfbeehh |
Descrizione | WhatsApp智能行銷工具,群發資訊、更新訂單通知,讓你可以用一個號碼發動營銷攻勢。 |
Dimensione del File | 170 KB |
Conteggio Installazioni | 68 |
Versione Corrente | 0.0.6 |
Ultimo Aggiornamento | 2022-08-11 |
Data di Pubblicazione | 2020-11-21 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | chatbirdhk |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://chatbird.com/privacyPolicy |
Lingue Supportate | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ChatBird - WhatsApp\u7db2\u5e97\u667a\u80fd\u884c\u92b7\u5de5\u5177", "version": "0.0.6", "description": "WhatsApp\u667a\u80fd\u884c\u92b7\u5de5\u5177\uff0c\u7fa4\u767c\u8cc7\u8a0a\u3001\u66f4\u65b0\u8a02\u55ae\u901a\u77e5\uff0c\u8b93\u4f60\u53ef\u4ee5\u7528\u4e00\u500b\u865f\u78bc\u767c\u52d5\u71df\u92b7\u653b\u52e2\u3002", "permissions": [ "declarativeContent", "storage", "https:\/\/web.whatsapp.com\/*" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "assets\/browser_icon2.png", "default_popup": "popup\/popup.html" }, "web_accessible_resources": [ "assets\/*", "inject\/*", "lib\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval';object-src 'self';", "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/*" ], "js": [ "content.js" ], "css": [], "run_at": "document_end" } ], "icons": { "16": "assets\/icon.png", "32": "assets\/icon.png", "48": "assets\/icon.png", "128": "assets\/icon.png" }, "manifest_version": 2, "minimum_chrome_version": "87.0.4280" } |