SIP Phone

SIP Phone is a WebRTC client.

¿Qué es SIP Phone?

SIP Phone es una extensión de Chrome desarrollada por Ghanshyam Katriya, y su función principal es "SIP Phone is a WebRTC client.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión SIP Phone

Descarga archivos de extensión SIP Phone en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre SIP Phone SIP Phone
ID eeffaijobgkgngjemggokhbjfmhklcmi
URL Oficial https://chromewebstore.google.com/detail/sip-phone/eeffaijobgkgngjemggokhbjfmhklcmi
Descripción SIP Phone is a WebRTC client.
Tamaño del Archivo 1.05 MB
Cantidad de Instalaciones 4,600
Versión Actual 0.3.1
Última Actualización 2020-09-16
Fecha de Publicación 2020-06-21
Calificación 2.33/5 Total de 6 Calificaciones
Desarrollador Ghanshyam Katriya
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Ayuda https://ghanshyam.xyz
Idiomas Soportados 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": [
        "*"
    ]
}