WhatsApp business Sender
Whatsapp-web extension to send bulk message from csv as well as audio,vide,image atachment and download group contact
Was ist WhatsApp business Sender?
WhatsApp business Sender ist eine Chrome-Erweiterung, die von samsoft entwickelt wurde, und ihr Hauptmerkmal ist "Whatsapp-web extension to send bulk message from csv as well as audio,vide,image atachment and download group contact".
Erweiterungsscreenshots
WhatsApp business Sender-Erweiterungs-CRX-Datei herunterladen
Laden Sie WhatsApp business Sender-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | ekdgimcfnmibgpbmeooaligbpkokebhh |
Offizielle URL | https://chrome.google.com/webstore/detail/whatsapp-business-sender/ekdgimcfnmibgpbmeooaligbpkokebhh |
Beschreibung | Whatsapp-web extension to send bulk message from csv as well as audio,vide,image atachment and download group contact |
Dateigröße | 400 KB |
Installationsanzahl | 480 |
Aktuelle Version | 1.0.11 |
Letztes Update | 2021-12-22 |
Veröffentlichungsdatum | 2021-06-09 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | samsoft |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://woocommercedropshipping.herokuapp.com/woocommerceprivacy |
Unterstützte Sprachen | 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'" } |