Clienty Wap Sender
Clienty WhatsApp message sender
Qu'est-ce que Clienty Wap Sender ?
Clienty Wap Sender est une extension Chrome développée par https://clienty.co, et sa fonction principale est "Clienty WhatsApp message sender".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Clienty Wap Sender
Téléchargez les fichiers d'extension Clienty Wap Sender au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
WhatsApp messages sender plugin to use in conjunction with Clienty CRM.
Informations de Base sur l'Extension
Nom | Clienty Wap Sender |
ID | ogfjacfnpglhmdllkobbhpdmpdakkhhh |
URL Officiel | https://chromewebstore.google.com/detail/clienty-wap-sender/ogfjacfnpglhmdllkobbhpdmpdakkhhh |
Description | Clienty WhatsApp message sender |
Taille du Fichier | 2.25 MB |
Nombre d'Installations | 280 |
Version Actuelle | 1.8.1 |
Dernière Mise à Jour | 2023-08-10 |
Date de Publication | 2022-08-26 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://clienty.co |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://clienty.co/tyc |
Langues Prises en Charge | 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\/*" ] } ] } |