WASender Free Plugin
WhatsApp Enhancements - Send personalised messages using Excel, Images with caption, Auto-reply, Download contacts, privacy & more
Was ist WASender Free Plugin?
WASender Free Plugin ist eine Chrome-Erweiterung, die von https://wasender.com entwickelt wurde, und ihr Hauptmerkmal ist "WhatsApp Enhancements - Send personalised messages using Excel, Images with caption, Auto-reply, Download contacts, privacy & more".
Erweiterungsscreenshots
WASender Free Plugin-Erweiterungs-CRX-Datei herunterladen
Laden Sie WASender Free Plugin-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
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... Grundlegende Informationen zur Erweiterung
| Name | |
| ID | dnjnjakimfpdaahjpakjjbobnfbjnjmb |
| Offizielle URL | https://chromewebstore.google.com/detail/wasender-free-plugin/dnjnjakimfpdaahjpakjjbobnfbjnjmb |
| Beschreibung | WhatsApp Enhancements - Send personalised messages using Excel, Images with caption, Auto-reply, Download contacts, privacy & more |
| Dateigröße | 2.13 MB |
| Installationsanzahl | 10,022 |
| Aktuelle Version | 1.0.21 |
| Letztes Update | 2022-09-03 |
| Veröffentlichungsdatum | 2021-03-11 |
| Bewertung | 4.17/5 Insgesamt 30 Bewertungen |
| Entwickler | https://wasender.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://waplug.in/ |
| Hilfeseite URL | https://tawk.to/wapluginSupport |
| URL der Datenschutzrichtlinien-Seite | https://wasender.com/privacy |
| Unterstützte Sprachen | 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"
]
} | |