WebSMS
Send SMS text messages from your browser
Co to jest WebSMS?
WebSMS to rozszerzenie Chrome opracowane przez 21st Century Mobile, a jego główną funkcją jest „Send SMS text messages from your browser”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia WebSMS
Pobierz pliki rozszerzeń WebSMS 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
Send SMS text messages from your browser WebSMS uses our messaging platform for sending messages. Use a credit card to top-up your account and enjoy the easy way to keep in contact with customers and texting co-workers. Included features: + Create and send to recipients + Groups allows sending to multiple recipients + Replies directly in your mobile + Price list per destination country + 5 test messages Optional features: + Public groups with self managed members + Replies to e-mail + Every texting feature imaginable through API:s and our competent platform and staff
Podstawowe informacje o rozszerzeniu
Nazwa | WebSMS |
ID | dlkemlgapokpjaccplkmkompccipfebk |
Oficjalny URL | https://chromewebstore.google.com/detail/websms/dlkemlgapokpjaccplkmkompccipfebk |
Opis | Send SMS text messages from your browser |
Rozmiar pliku | 346 KB |
Liczba instalacji | 2,354 |
Aktualna Wersja | 2.2 |
Ostatnia Aktualizacja | 2020-10-31 |
Data Publikacji | 2020-10-30 |
Ocena | 3.67/5 Łącznie 6 Oceny |
Deweloper | 21st Century Mobile |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Pomocy | https://www.21st.se/support/ |
Adres URL Strony Polityki Prywatności | https://www.21st.se/policy-och-riktlinjer-for-tillampning-av-gdpr |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WebSMS", "description": "Send SMS text messages from your browser", "version": "2.2", "browser_action": { "default_icon": "icon-16.png", "default_title": "WebSMS", "default_popup": "widget.html" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+S", "mac": "Alt+S" } } }, "permissions": [ "https:\/\/mymsp.21st.se\/*" ], "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" } } |