SLTD WA Sender
WhatsApp Enhancements - Send personalised messages using Excel, Images with caption, Auto-reply, Download contacts, privacy & more
Vad är SLTD WA Sender?
SLTD WA Sender är en Chrome-tillägg utvecklad av So Lets Talk Digital, och dess huvudfunktion är "WhatsApp Enhancements - Send personalised messages using Excel, Images with caption, Auto-reply, Download contacts, privacy & more".
Tilläggsskärmbilder
Ladda ner SLTD WA Sender-förlängningens CRX-fil
Ladda ner SLTD WA Sender-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
| Namn | |
| ID | dfplgogafoacmfggmofnbcliihmbjbah |
| Officiell webbadress | https://chromewebstore.google.com/detail/empty-title/dfplgogafoacmfggmofnbcliihmbjbah |
| Beskrivning | WhatsApp Enhancements - Send personalised messages using Excel, Images with caption, Auto-reply, Download contacts, privacy & more |
| Filstorlek | 4.58 MB |
| Antal Installationer | 2,261 |
| Aktuell Version | 1.3.24 |
| Senast Uppdaterad | 2023-11-07 |
| Publiceringsdatum | 2022-10-13 |
| Betyg | 1.33/5 Totalt 3 Betyg |
| Utvecklare | So Lets Talk Digital |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://soletstalkapp.com/ |
| Hjälpsida URL | https://soletstalkapp.com/contact |
| URL till Sekretesspolicy Sidan | https://soletstalkapp.com/privacy |
| Stödda Språk | |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "SLTD WA Sender",
"version": "1.3.24",
"description": "WhatsApp Enhancements - Send personalised messages using Excel, Images with caption, Auto-reply, Download contacts, privacy & more",
"background": {
"service_worker": "service-worker.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/web.whatsapp.com\/*"
],
"js": [
"contentmin.js"
]
}
],
"action": {
"default_title": "SLTD WA Sender",
"default_popup": "popup.html"
},
"permissions": [
"storage"
],
"manifest_version": 3,
"icons": {
"16": "img\/icon16.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"web_accessible_resources": [
{
"resources": [
"css\/lib.css",
"\/img\/*",
"flmin.js"
],
"matches": [
"*:\/\/web.whatsapp.com\/*"
]
}
]
} | |