Clienty Wap Sender
Clienty WhatsApp message sender
Apa itu Clienty Wap Sender?
Clienty Wap Sender adalah ekstensi Chrome yang dikembangkan oleh https://clienty.co, dan fitur utamanya adalah "Clienty WhatsApp message sender".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Clienty Wap Sender
Unduh file ekstensi Clienty Wap Sender dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
WhatsApp messages sender plugin to use in conjunction with Clienty CRM.
Informasi Dasar Ekstensi
Nama | Clienty Wap Sender |
ID | ogfjacfnpglhmdllkobbhpdmpdakkhhh |
URL Resmi | https://chromewebstore.google.com/detail/clienty-wap-sender/ogfjacfnpglhmdllkobbhpdmpdakkhhh |
Deskripsi | Clienty WhatsApp message sender |
Ukuran File | 2.25 MB |
Jumlah Instalasi | 280 |
Versi Saat Ini | 1.8.1 |
Terakhir Diperbarui | 2023-08-10 |
Tanggal Publikasi | 2022-08-26 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | https://clienty.co |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://clienty.co/tyc |
Bahasa yang Didukung | es-419 |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Clienty Wap Sender", "version": "1.8.1", "description": "Clienty WhatsApp message sender", "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_title": "Clienty Wap Sender", "default_popup": "popup.html" }, "permissions": [ "tabs", "storage", "activeTab" ], "content_scripts": [ { "matches": [ "*:\/\/web.whatsapp.com\/*" ], "run_at": "document_end", "js": [ "web.whatsapp.content.js" ] }, { "matches": [ "*:\/\/*.clienty.co\/*", "*:\/\/*.clienty.test\/*" ], "run_at": "document_idle", "js": [ "clienty.content.js" ] } ], "web_accessible_resources": [ { "resources": [ "web.whatsapp.content.accessible.js" ], "matches": [ "*:\/\/web.whatsapp.com\/*" ] } ] } |