WhatsApp business Sender
Whatsapp-web extension to send bulk message from csv as well as audio,vide,image atachment and download group contact
Cos'è WhatsApp business Sender?
WhatsApp business Sender è un'estensione di Chrome sviluppata da samsoft, e la sua funzione principale è "Whatsapp-web extension to send bulk message from csv as well as audio,vide,image atachment and download group contact".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione WhatsApp business Sender
Scarica i file di estensione WhatsApp business Sender 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
It is a tool to send Bulk WhatsApp Messages. Whatsapp Business Enterprise is an extension developed for companies, with which they can send messages in bulk to clients or employees with delay for FREE. Features currently available: * Send messages to unlimited numbers * Random Delay between messages * Import numbers from .CSV files *Insert Emojis Premium: * Support : images, videos, documents and more. * Schedule Messages by day and time.
Informazioni di Base sull'Estensione
Nome | |
ID | ekdgimcfnmibgpbmeooaligbpkokebhh |
URL Ufficiale | https://chrome.google.com/webstore/detail/whatsapp-business-sender/ekdgimcfnmibgpbmeooaligbpkokebhh |
Descrizione | Whatsapp-web extension to send bulk message from csv as well as audio,vide,image atachment and download group contact |
Dimensione del File | 400 KB |
Conteggio Installazioni | 480 |
Versione Corrente | 1.0.11 |
Ultimo Aggiornamento | 2021-12-22 |
Data di Pubblicazione | 2021-06-09 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | samsoft |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://woocommercedropshipping.herokuapp.com/woocommerceprivacy |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WhatsApp business Sender", "description": "Whatsapp-web extension to send bulk message from csv as well as audio,vide,image atachment and download group contact", "version": "1.0.11", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html" }, "background": { "persistent": true, "scripts": [ "jquery.js", "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/web.whatsapp.com\/*" ], "js": [ "jquery.js", "contentScript.js" ], "run_at": "document_idle" } ], "permissions": [ "storage", "notifications", "tabs" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |