WebSMS

Send SMS text messages from your browser

WebSMS क्या है?

WebSMS 21st Century Mobile द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Send SMS text messages from your browser"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में WebSMS एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम WebSMS WebSMS
ID dlkemlgapokpjaccplkmkompccipfebk
आधिकारिक URL https://chromewebstore.google.com/detail/websms/dlkemlgapokpjaccplkmkompccipfebk
विवरण Send SMS text messages from your browser
फ़ाइल का आकार 346 KB
स्थापना संख्या 2,354
वर्तमान संस्करण 2.2
अंतिम अपडेट 2020-10-31
प्रकाशन तिथि 2020-10-30
रेटिंग 3.67/5 कुल 6 रेटिंग्स
डेवलपर 21st Century Mobile
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://www.21st.se/support/
गोपनीयता नीति पृष्ठ URL https://www.21st.se/policy-och-riktlinjer-for-tillampning-av-gdpr
समर्थित भाषाएँ 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"
    }
}