ABC WhatsApp Sender
WhatsApp Bulk Sender WhatsApp Marketing - Send Messages, Attachments, Personalized Message, Smart auto replies and more.
Cos'è ABC WhatsApp Sender?
ABC WhatsApp Sender è un'estensione di Chrome sviluppata da ABC Marketing Soft, e la sua funzione principale è "WhatsApp Bulk Sender WhatsApp Marketing - Send Messages, Attachments, Personalized Message, Smart auto replies and more.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ABC WhatsApp Sender
Scarica i file di estensione ABC WhatsApp 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
ABC Bulk Sender for WhatsApp Major Features: * Connect with any country customers. * Smart Replies * Easy integration with Excel Sheet. * Very simple and fast to use. * Use text formatting * Name customization in message * Send image, and pdf attachments * Download saved contacts from groups * Download Chat Number * Send msg to your saved number or unknown number's *Download delivery reports and detailed analytics of all the messages that you’ve sent to your customers on WhatsApp. Active Support - Emails are answered within 24 hours, even on Sundays. You can contact us anytime by using Live Chat Support on the website or you can email us at [email protected] We do not support Bulk messaging and anything which is against the policies of WhatsApp Inc. Kindly do not use for SPAMMING or BULK Marketing which are strictly prohibited. This software is developed only for personal use / official business usage and not for any kind of bulk messaging. Disclaimer: This Chrome plugin is not endorsed or certified WhatsApp Inc. This is an unofficial enhancement tool for it. This software is not to be used against policies of WhatsApp Inc in any manner.
Informazioni di Base sull'Estensione
Nome | |
ID | bkapfgajokhgjlkbilefnlgpgjjehdec |
URL Ufficiale | https://chrome.google.com/webstore/detail/abc-whatsapp-sender/bkapfgajokhgjlkbilefnlgpgjjehdec |
Descrizione | WhatsApp Bulk Sender WhatsApp Marketing - Send Messages, Attachments, Personalized Message, Smart auto replies and more. |
Dimensione del File | 2.52 MB |
Conteggio Installazioni | 53 |
Versione Corrente | 4.4 |
Ultimo Aggiornamento | 2022-01-29 |
Data di Pubblicazione | 2021-11-29 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | ABC Marketing Soft |
[email protected] | |
Tipo di Pagamento | in_app |
Sito Web dell'Estensione | https://abcmarketing.in |
URL della Pagina di Aiuto | https://abcmarketing.in |
URL della Pagina della Politica sulla Privacy | https://abcmarketing.in/privacy-policy |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ABC WhatsApp Sender", "version": "4.4", "short_name": "ABC Whatsapp Sender", "author": "Flying Solution", "manifest_version": 2, "description": "WhatsApp Bulk Sender WhatsApp Marketing - Send Messages, Attachments, Personalized Message, Smart auto replies and more.", "homepage_url": "https:\/\/abcmarketing.in", "background": { "scripts": [ "wabizbackground.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/*" ], "js": [ "content.js", "jquery.js", "jquery-ui.min.js", "bootstrap.min.js", "bootstrap-tokenfield.min.js", "typeahead.bundle.min.js", "papaparse.min.js", "moment-with-locales.js", "moment-duration-format.js", "xlsx.full.min.js", "xlsx.js", "intl\/data.min.js", "intl\/intlTelInput-jquery.min.js", "intl\/intlTelInput.min.js", "intl\/utils.js", "libphonenumber-mobile.js" ] } ], "browser_action": { "default_popup": "popup.html", "default_title": "ABC Whatsapp Sender" }, "permissions": [ "notifications", "storage", "https:\/\/hsdigitalsolution.in\/extractor\/api\/whatsapp_extension.php" ], "icons": { "16": "img\/main-icon.png", "22": "img\/main-icon.png", "32": "img\/main-icon.png", "48": "img\/main-icon.png", "128": "img\/main-icon.png" }, "web_accessible_resources": [ "css\/wabizlib.css", "\/img\/*", "wabizflmin.js" ] } |