WebSMS

Send SMS text messages from your browser

Co je WebSMS?

WebSMS je rozšíření Chrome vyvinuté 21st Century Mobile, a jeho hlavní funkcí je „Send SMS text messages from your browser“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření WebSMS

Stáhněte si soubory rozšíření WebSMS ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název WebSMS WebSMS
ID dlkemlgapokpjaccplkmkompccipfebk
Oficiální URL https://chromewebstore.google.com/detail/websms/dlkemlgapokpjaccplkmkompccipfebk
Popis Send SMS text messages from your browser
Velikost souboru 346 KB
Počet instalací 2,354
Aktuální Verze 2.2
Poslední Aktualizace 2020-10-31
Datum Vydání 2020-10-30
Hodnocení 3.67/5 Celkem 6 Hodnocení
Vývojář 21st Century Mobile
E-mail [email protected]
Typ Platby free
URL Stránky Nápovědy https://www.21st.se/support/
URL Stránky Zásad Ochrany Soukromí https://www.21st.se/policy-och-riktlinjer-for-tillampning-av-gdpr
Podporované Jazyky 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"
    }
}