WebPhone

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

Hvad er WebPhone?

WebPhone er en Chrome-udvidelse udviklet af Edu3 / CriativaSoft, og dens hovedfunktion er "Extension for Asterisk/Freeswitch that automatically identifies phone numbers and allows you to make calls through the browser".

Udvidelsesskærmbilleder

screenshot

Download WebPhone-udvidelses-CRX-fil

Download WebPhone-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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/                    

Grundlæggende oplysninger om udvidelsen

Navn WebPhone WebPhone
ID mcajodgaocmkmmomogbefkghjepgilnc
Officiel URL https://chrome.google.com/webstore/detail/webphone/mcajodgaocmkmmomogbefkghjepgilnc
Beskrivelse Extension for Asterisk/Freeswitch that automatically identifies phone numbers and allows you to make calls through the browser
Filstørrelse 21.51 KB
Antal Installationer 1,000
Nuværende Version 0.2.1
Senest Opdateret 2017-11-09
Udgivelsesdato 2017-11-09
Bedømmelse 2.33/5 Samlet 3 Bedømmelser
Udvikler Edu3 / CriativaSoft
Betalingsmetode free
Udvidelseswebsted https://github.com/ricardojlrufino/webphone-sip/
Understøttede Sprog 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:\/\/*\/"
    ]
}