WebSMS

Send SMS text messages from your browser

Cos'è WebSMS?

WebSMS è un'estensione di Chrome sviluppata da 21st Century Mobile, e la sua funzione principale è "Send SMS text messages from your browser".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione WebSMS

Scarica i file di estensione WebSMS in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome WebSMS WebSMS
ID dlkemlgapokpjaccplkmkompccipfebk
URL Ufficiale https://chromewebstore.google.com/detail/websms/dlkemlgapokpjaccplkmkompccipfebk
Descrizione Send SMS text messages from your browser
Dimensione del File 346 KB
Conteggio Installazioni 2,354
Versione Corrente 2.2
Ultimo Aggiornamento 2020-10-31
Data di Pubblicazione 2020-10-30
Valutazione 3.67/5 Totale 6 Valutazioni
Sviluppatore 21st Century Mobile
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://www.21st.se/support/
URL della Pagina della Politica sulla Privacy https://www.21st.se/policy-och-riktlinjer-for-tillampning-av-gdpr
Lingue Supportate 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"
    }
}