SIP Phone

SIP Phone is a WebRTC client.

O que é SIP Phone?

SIP Phone é uma extensão do Chrome desenvolvida por Ghanshyam Katriya, e sua principal característica é "SIP Phone is a WebRTC client.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão SIP Phone

Baixe arquivos de extensão SIP Phone no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome SIP Phone SIP Phone
ID eeffaijobgkgngjemggokhbjfmhklcmi
URL Oficial https://chromewebstore.google.com/detail/sip-phone/eeffaijobgkgngjemggokhbjfmhklcmi
Descrição SIP Phone is a WebRTC client.
Tamanho do Arquivo 1.05 MB
Contagem de Instalações 4,600
Versão Atual 0.3.1
Última Atualização 2020-09-16
Data de Publicação 2020-06-21
Classificação 2.33/5 Total de 6 Avaliações
Desenvolvedor Ghanshyam Katriya
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://ghanshyam.xyz
Idiomas Suportados 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": [
        "*"
    ]
}