WebPhone

Extension for Asterisk/Freeswitch that automatically identifies phone numbers and allows you to make calls through the browser

O que é WebPhone?

WebPhone é uma extensão do Chrome desenvolvida por Edu3 / CriativaSoft, e sua principal característica é "Extension for Asterisk/Freeswitch that automatically identifies phone numbers and allows you to make calls through the browser".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão WebPhone

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

                        WebRTC SIP based VoIP client software (+chrome extension)

It allows you to make calls using your browser in an extremely productive way.

## Features
* Make and get calls
* Audio effects using JS Audio API (Ex.: DTMF)
* Phone Controls - HOLD / MUTE / STOP
* Visual Effects in Calls (waveform viewer)
* ONLY JAVA-SCRIPT (using SIP.js)
* Chrome Extension for Click-To-CALL
* Internationalization Support


See more:
https://github.com/ricardojlrufino/webphone-sip/                    

Informações Básicas da Extensão

Nome WebPhone WebPhone
ID mcajodgaocmkmmomogbefkghjepgilnc
URL Oficial https://chrome.google.com/webstore/detail/webphone/mcajodgaocmkmmomogbefkghjepgilnc
Descrição Extension for Asterisk/Freeswitch that automatically identifies phone numbers and allows you to make calls through the browser
Tamanho do Arquivo 21.51 KB
Contagem de Instalações 1,000
Versão Atual 0.2.1
Última Atualização 2017-11-09
Data de Publicação 2017-11-09
Classificação 2.33/5 Total de 3 Avaliações
Desenvolvedor Edu3 / CriativaSoft
Tipo de Pagamento free
Site da Extensão https://github.com/ricardojlrufino/webphone-sip/
Idiomas Suportados en,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WebPhone",
    "description": "__MSG_appDesc__",
    "version": "0.2.1",
    "default_locale": "en",
    "icons": {
        "128": "\/img\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "\/img\/icon_16.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "contextMenus",
        "notifications",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}