WASender Free Plugin
WhatsApp Enhancements - Send personalised messages using Excel, Images with caption, Auto-reply, Download contacts, privacy & more
Hvad er WASender Free Plugin?
WASender Free Plugin er en Chrome-udvidelse udviklet af https://wasender.com, og dens hovedfunktion er "WhatsApp Enhancements - Send personalised messages using Excel, Images with caption, Auto-reply, Download contacts, privacy & more".
Udvidelsesskærmbilleder
Download WASender Free Plugin-udvidelses-CRX-fil
Download WASender Free Plugin-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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... Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | dnjnjakimfpdaahjpakjjbobnfbjnjmb |
| Officiel URL | https://chromewebstore.google.com/detail/wasender-free-plugin/dnjnjakimfpdaahjpakjjbobnfbjnjmb |
| Beskrivelse | WhatsApp Enhancements - Send personalised messages using Excel, Images with caption, Auto-reply, Download contacts, privacy & more |
| Filstørrelse | 2.13 MB |
| Antal Installationer | 10,022 |
| Nuværende Version | 1.0.21 |
| Senest Opdateret | 2022-09-03 |
| Udgivelsesdato | 2021-03-11 |
| Bedømmelse | 4.17/5 Samlet 30 Bedømmelser |
| Udvikler | https://wasender.com |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://waplug.in/ |
| Hjælpeside-URL | https://tawk.to/wapluginSupport |
| URL til Fortrolighedspolitik Side | https://wasender.com/privacy |
| Understøttede Sprog | 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"
]
} | |