WAP Sender
Send single or bulk messages without saving numbers.
Co to jest WAP Sender?
WAP Sender to rozszerzenie Chrome opracowane przez The Digitalify, a jego główną funkcją jest „Send single or bulk messages without saving numbers.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia WAP Sender
Pobierz pliki rozszerzeń WAP Sender w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Helps to generate the business lead. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | gnnbicblnglgjplblalhlhoieedcpkph |
| Oficjalny URL | https://chromewebstore.google.com/detail/wap-sender/gnnbicblnglgjplblalhlhoieedcpkph |
| Opis | Send single or bulk messages without saving numbers. |
| Rozmiar pliku | 794 KB |
| Liczba instalacji | 4,701 |
| Aktualna Wersja | 1.0.0 |
| Ostatnia Aktualizacja | 2020-11-28 |
| Data Publikacji | 2020-11-27 |
| Ocena | 2.33/5 Łącznie 3 Oceny |
| Deweloper | The Digitalify |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://thedigitalify.com/ |
| Adres URL Strony Pomocy | https://thedigitalify.com/ |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "WAP Sender",
"version": "1.0.0",
"description": "Send single or bulk messages without saving numbers.",
"background": {
"scripts": [
"backgroundmin.js"
]
},
"content_scripts": [
{
"matches": [
"*:\/\/web.whatsapp.com\/*"
],
"js": [
"contentmin.js"
]
}
],
"browser_action": {
"default_popup": "popup.html",
"default_title": "WAP Sender"
},
"permissions": [
"storage"
],
"manifest_version": 2,
"icons": {
"48": "img\/icon48.png",
"128": "img\/icon128.png"
}
} | |