Simotel WebRTC Softphone

This extension is a sip phone

ما هو Simotel WebRTC Softphone؟

Simotel WebRTC Softphone هو إضافة Chrome تم تطويرها بواسطة Nasim Telecom، والميزة الرئيسية لها هي "This extension is a sip phone".

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

screenshot

تحميل ملف CRX للإضافة Simotel WebRTC Softphone

قم بتنزيل ملفات الامتداد Simotel WebRTC Softphone بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        You can make voice calls or even answer incoming calls with this extension. It also supports phonebook and call history. 
It's based on WebRTC and needs an internet connection and a valid sip account to work properly. You can get a valid account from Simotel.                    

معلومات أساسية عن التمديد

الاسم Simotel WebRTC Softphone Simotel WebRTC Softphone
ID olhcfbdkhphlkhgfpaemolojkigghkpg
عنوان URL الرسمي https://chromewebstore.google.com/detail/simotel-webrtc-softphone/olhcfbdkhphlkhgfpaemolojkigghkpg
الوصف This extension is a sip phone
حجم الملف 1.26 MB
عدد التثبيتات 388
النسخة الحالية 2.2
آخر تحديث 2023-05-11
تاريخ النشر 2020-08-21
تقييم 5.00/5 مجموع تقييمات 2
المطور Nasim Telecom
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://simotel.com/
عنوان صفحة المساعدة https://simotel.com/contact/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "2.2",
    "name": "Simotel WebRTC Softphone",
    "author": "NasimTelecom ([email protected])",
    "short_name": "simotel-webrtc",
    "description": "This extension is a sip phone",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_title": "NasimTelecom WebRTC",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "img\/icon16.png",
            "32": "img\/icon32.png"
        }
    },
    "options_page": "options.html",
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png"
    },
    "permissions": [
        "background",
        "storage",
        "notifications",
        "*:\/\/*\/*",
        "",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "audio-capture",
        "video-capture"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "*"
    ]
}