Browser SIP Phone

Browser SIP Phone is an WebRTC client which works using WebRTC & SIP protocol

O que é Browser SIP Phone?

Browser SIP Phone é uma extensão do Chrome desenvolvida por vitekey, e sua principal característica é "Browser SIP Phone is an WebRTC client which works using WebRTC & SIP protocol".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Browser SIP Phone

Baixe arquivos de extensão Browser 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

                        You can use it as a Soft Phone (VoIP)

## Features
* Make and get calls
* Phone Controls - HOLD / MUTE / STOP
* Call history
* Call notifications
* DTMF support
* Early media support                    

Informações Básicas da Extensão

Nome Browser SIP Phone Browser SIP Phone
ID ofneopaadiddcanpldoanpnmimjgnncd
URL Oficial https://chromewebstore.google.com/detail/browser-sip-phone/ofneopaadiddcanpldoanpnmimjgnncd
Descrição Browser SIP Phone is an WebRTC client which works using WebRTC & SIP protocol
Tamanho do Arquivo 1.53 MB
Contagem de Instalações 681
Versão Atual 1.0.0
Última Atualização 2021-04-01
Data de Publicação 2021-04-01
Classificação 4.00/5 Total de 3 Avaliações
Desenvolvedor vitekey
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.0",
    "short_name": "Browser SIP Phone",
    "name": "Browser SIP Phone",
    "description": "Browser SIP Phone is an WebRTC client which works using WebRTC & SIP protocol",
    "browser_action": {
        "default_title": "Browser SIP Phone",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.bundle.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "notifications",
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}