WebPhone

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

Qu'est-ce que WebPhone ?

WebPhone est une extension Chrome développée par Edu3 / CriativaSoft, et sa fonction principale est "Extension for Asterisk/Freeswitch that automatically identifies phone numbers and allows you to make calls through the browser".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension WebPhone

Téléchargez les fichiers d'extension WebPhone au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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/                    

Informations de Base sur l'Extension

Nom WebPhone WebPhone
ID mcajodgaocmkmmomogbefkghjepgilnc
URL Officiel https://chrome.google.com/webstore/detail/webphone/mcajodgaocmkmmomogbefkghjepgilnc
Description Extension for Asterisk/Freeswitch that automatically identifies phone numbers and allows you to make calls through the browser
Taille du Fichier 21.51 KB
Nombre d'Installations 1,000
Version Actuelle 0.2.1
Dernière Mise à Jour 2017-11-09
Date de Publication 2017-11-09
Évaluation 2.33/5 Total 3 Évaluations
Développeur Edu3 / CriativaSoft
Type de Paiement free
Site Web de l'Extension https://github.com/ricardojlrufino/webphone-sip/
Langues Prises en Charge 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:\/\/*\/"
    ]
}