WebSMS

Send SMS text messages from your browser

ما هو WebSMS؟

WebSMS هو إضافة Chrome تم تطويرها بواسطة 21st Century Mobile، والميزة الرئيسية لها هي "Send SMS text messages from your browser".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة WebSMS

قم بتنزيل ملفات الامتداد WebSMS بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة https://www.21st.se/support/
عنوان صفحة سياسة الخصوصية 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"
    }
}