WebPhone

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

¿Qué es WebPhone?

WebPhone es una extensión de Chrome desarrollada por Edu3 / CriativaSoft, y su función principal es "Extension for Asterisk/Freeswitch that automatically identifies phone numbers and allows you to make calls through the browser".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión WebPhone

Descarga archivos de extensión WebPhone 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

                        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/                    

Información Básica de la Extensión

Nombre WebPhone WebPhone
ID mcajodgaocmkmmomogbefkghjepgilnc
URL Oficial https://chrome.google.com/webstore/detail/webphone/mcajodgaocmkmmomogbefkghjepgilnc
Descripción Extension for Asterisk/Freeswitch that automatically identifies phone numbers and allows you to make calls through the browser
Tamaño del Archivo 21.51 KB
Cantidad de Instalaciones 1,000
Versión Actual 0.2.1
Última Actualización 2017-11-09
Fecha de Publicación 2017-11-09
Calificación 2.33/5 Total de 3 Calificaciones
Desarrollador Edu3 / CriativaSoft
Tipo de Pago free
Sitio Web de la Extensión https://github.com/ricardojlrufino/webphone-sip/
Idiomas Soportados 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:\/\/*\/"
    ]
}