WASender Free Plugin
WhatsApp Enhancements - Send personalised messages using Excel, Images with caption, Auto-reply, Download contacts, privacy & more
Cos'è WASender Free Plugin?
WASender Free Plugin è un'estensione di Chrome sviluppata da https://wasender.com, e la sua funzione principale è "WhatsApp Enhancements - Send personalised messages using Excel, Images with caption, Auto-reply, Download contacts, privacy & more".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione WASender Free Plugin
Scarica i file di estensione WASender Free Plugin 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
WhatsApp Web on Steroids
Add missing features to WhatsApp web - Privacy, reactions, Smart auto replies
Supercharge your WhatsApp for business today
Engage with your customers on WhatsApp and grow your business
Export & sync your contacts lists and much more... Informazioni di Base sull'Estensione
| Nome | |
| ID | dnjnjakimfpdaahjpakjjbobnfbjnjmb |
| URL Ufficiale | https://chromewebstore.google.com/detail/wasender-free-plugin/dnjnjakimfpdaahjpakjjbobnfbjnjmb |
| Descrizione | WhatsApp Enhancements - Send personalised messages using Excel, Images with caption, Auto-reply, Download contacts, privacy & more |
| Dimensione del File | 2.13 MB |
| Conteggio Installazioni | 10,022 |
| Versione Corrente | 1.0.21 |
| Ultimo Aggiornamento | 2022-09-03 |
| Data di Pubblicazione | 2021-03-11 |
| Valutazione | 4.17/5 Totale 30 Valutazioni |
| Sviluppatore | https://wasender.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://waplug.in/ |
| URL della Pagina di Aiuto | https://tawk.to/wapluginSupport |
| URL della Pagina della Politica sulla Privacy | https://wasender.com/privacy |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "WASender Free Plugin",
"version": "1.0.21",
"description": "WhatsApp Enhancements - Send personalised messages using Excel, Images with caption, Auto-reply, Download contacts, privacy & more",
"background": {
"scripts": [
"backgroundmin.js"
]
},
"content_scripts": [
{
"matches": [
"https:\/\/web.whatsapp.com\/"
],
"js": [
"contentmin.js"
]
}
],
"browser_action": {
"default_popup": "popup.html",
"default_title": "WASender"
},
"permissions": [
"storage"
],
"manifest_version": 2,
"icons": {
"16": "img\/icon16.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"web_accessible_resources": [
"css\/lib.css",
"\/img\/*",
"flmin.js"
]
} | |