WebPhone

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

Cos'è WebPhone?

WebPhone è un'estensione di Chrome sviluppata da Edu3 / CriativaSoft, e la sua funzione principale è "Extension for Asterisk/Freeswitch that automatically identifies phone numbers and allows you to make calls through the browser".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione WebPhone

Scarica i file di estensione WebPhone in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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/                    

Informazioni di Base sull'Estensione

Nome WebPhone WebPhone
ID mcajodgaocmkmmomogbefkghjepgilnc
URL Ufficiale https://chrome.google.com/webstore/detail/webphone/mcajodgaocmkmmomogbefkghjepgilnc
Descrizione Extension for Asterisk/Freeswitch that automatically identifies phone numbers and allows you to make calls through the browser
Dimensione del File 21.51 KB
Conteggio Installazioni 1,000
Versione Corrente 0.2.1
Ultimo Aggiornamento 2017-11-09
Data di Pubblicazione 2017-11-09
Valutazione 2.33/5 Totale 3 Valutazioni
Sviluppatore Edu3 / CriativaSoft
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/ricardojlrufino/webphone-sip/
Lingue Supportate 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:\/\/*\/"
    ]
}