SIP Phone

SIP Phone is a WebRTC client.

SIP Phone क्या है?

SIP Phone Ghanshyam Katriya द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "SIP Phone is a WebRTC client."।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में SIP Phone एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ URL 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": [
        "*"
    ]
}