WebPhone

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

Was ist WebPhone?

WebPhone ist eine Chrome-Erweiterung, die von Edu3 / CriativaSoft entwickelt wurde, und ihr Hauptmerkmal ist "Extension for Asterisk/Freeswitch that automatically identifies phone numbers and allows you to make calls through the browser".

Erweiterungsscreenshots

screenshot

WebPhone-Erweiterungs-CRX-Datei herunterladen

Laden Sie WebPhone-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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/                    

Grundlegende Informationen zur Erweiterung

Name WebPhone WebPhone
ID mcajodgaocmkmmomogbefkghjepgilnc
Offizielle URL https://chrome.google.com/webstore/detail/webphone/mcajodgaocmkmmomogbefkghjepgilnc
Beschreibung Extension for Asterisk/Freeswitch that automatically identifies phone numbers and allows you to make calls through the browser
Dateigröße 21.51 KB
Installationsanzahl 1,000
Aktuelle Version 0.2.1
Letztes Update 2017-11-09
Veröffentlichungsdatum 2017-11-09
Bewertung 2.33/5 Insgesamt 3 Bewertungen
Entwickler Edu3 / CriativaSoft
Zahlungsart free
Erweiterungswebsite https://github.com/ricardojlrufino/webphone-sip/
Unterstützte Sprachen 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:\/\/*\/"
    ]
}