WBSender
WhatsApp Bulk Sender (WBS) - Send personalised messages using Excel, Images with caption
Cos'è WBSender?
WBSender è un'estensione di Chrome sviluppata da goutam.sindurs, e la sua funzione principale è "WhatsApp Bulk Sender (WBS) - Send personalised messages using Excel, Images with caption".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione WBSender
Scarica i file di estensione WBSender 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
Whats app bulk message sender. 1) send whats app message without saving number. 2) send bulk message by adding numbers or by uploading numbers from excel/csv file. 3) send images and documents with caption. 4) sent reports sent/failed/retry. 5) download contacts by catergory.
Informazioni di Base sull'Estensione
Nome | WBSender |
ID | pmkndcjbojpecechmdidnpheljchgojb |
URL Ufficiale | https://chromewebstore.google.com/detail/wbsender/pmkndcjbojpecechmdidnpheljchgojb |
Descrizione | WhatsApp Bulk Sender (WBS) - Send personalised messages using Excel, Images with caption |
Dimensione del File | 2.53 MB |
Conteggio Installazioni | 52 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2023-08-02 |
Data di Pubblicazione | 2023-08-02 |
Sviluppatore | goutam.sindurs |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://wbsender.s3kn.com/privacy |
Lingue Supportate | en-US |
manifest.json | |
{ "background": { "service_worker": "backgroundslim.js" }, "action": { "default_popup": "popup.html", "default_title": "WBSender" }, "content_scripts": [ { "js": [ "contentslim.js" ], "matches": [ "https:\/\/web.whatsapp.com\/" ] } ], "description": "WhatsApp Bulk Sender (WBS) - Send personalised messages using Excel, Images with caption", "icons": { "128": "img\/wbs128.png", "16": "img\/wbs16.png", "48": "img\/wbs48.png", "64": "img\/wbs64.png", "24": "img\/wbs24.png" }, "manifest_version": 3, "name": "WBSender", "permissions": [ "storage", "offscreen" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0", "web_accessible_resources": [ { "resources": [ "\/css\/lib.css", "\/img\/*", "fl.js" ], "matches": [ "*:\/\/web.whatsapp.com\/*" ] } ] } |