SIP Phone

SIP Phone is a WebRTC client.

ما هو SIP Phone؟

SIP Phone هو إضافة Chrome تم تطويرها بواسطة Ghanshyam Katriya، والميزة الرئيسية لها هي "SIP Phone is a WebRTC client.".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة SIP Phone

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

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

                        SIP Phone works using WebRTC & SIP protocol.

You can use it in place of Soft(VoIP) phone.

Please refer below link for more details about Features & How to use.

https://github.com/anshkatriya/sipphone                    

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

الاسم SIP Phone SIP Phone
ID eeffaijobgkgngjemggokhbjfmhklcmi
عنوان URL الرسمي https://chromewebstore.google.com/detail/sip-phone/eeffaijobgkgngjemggokhbjfmhklcmi
الوصف SIP Phone is a WebRTC client.
حجم الملف 1.05 MB
عدد التثبيتات 4,600
النسخة الحالية 0.3.1
آخر تحديث 2020-09-16
تاريخ النشر 2020-06-21
تقييم 2.33/5 مجموع تقييمات 6
المطور Ghanshyam Katriya
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة المساعدة https://ghanshyam.xyz
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SIP Phone",
    "manifest_version": 2,
    "version": "0.3.1",
    "author": "Ghanshyam Katriya ([email protected])",
    "description": "SIP Phone is a WebRTC client.",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "19": "ext_icons\/19.png",
            "38": "ext_icons\/38.png"
        },
        "default_popup": "index.html",
        "default_title": "SIP Phone"
    },
    "options_page": "config.html",
    "icons": {
        "16": "ext_icons\/16.png",
        "48": "ext_icons\/48.png",
        "128": "ext_icons\/128.png"
    },
    "permissions": [
        "storage",
        "notifications"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "*"
    ]
}