WASender Free Plugin
WhatsApp Enhancements - Send personalised messages using Excel, Images with caption, Auto-reply, Download contacts, privacy & more
Wat is WASender Free Plugin?
WASender Free Plugin is een Chrome-extensie ontwikkeld door https://wasender.com, en de belangrijkste functie is "WhatsApp Enhancements - Send personalised messages using Excel, Images with caption, Auto-reply, Download contacts, privacy & more".
Extensie Screenshots
Download het CRX-bestand van de extensie WASender Free Plugin
Download WASender Free Plugin-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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... Basisinformatie over de Extensie
| Naam | |
| ID | dnjnjakimfpdaahjpakjjbobnfbjnjmb |
| Officiële URL | https://chromewebstore.google.com/detail/wasender-free-plugin/dnjnjakimfpdaahjpakjjbobnfbjnjmb |
| Beschrijving | WhatsApp Enhancements - Send personalised messages using Excel, Images with caption, Auto-reply, Download contacts, privacy & more |
| Bestandsgrootte | 2.13 MB |
| Aantal Installaties | 10,022 |
| Huidige Versie | 1.0.21 |
| Laatst Bijgewerkt | 2022-09-03 |
| Publicatiedatum | 2021-03-11 |
| Beoordeling | 4.17/5 Totaal 30 Beoordelingen |
| Ontwikkelaar | https://wasender.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://waplug.in/ |
| Help Pagina-URL | https://tawk.to/wapluginSupport |
| URL van de Privacybeleid Pagina | https://wasender.com/privacy |
| Ondersteunde Talen | 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"
]
} | |