WebPhone

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

Wat is WebPhone?

WebPhone is een Chrome-extensie ontwikkeld door Edu3 / CriativaSoft, en de belangrijkste functie is "Extension for Asterisk/Freeswitch that automatically identifies phone numbers and allows you to make calls through the browser".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie WebPhone

Download WebPhone-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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/                    

Basisinformatie over de Extensie

Naam WebPhone WebPhone
ID mcajodgaocmkmmomogbefkghjepgilnc
Officiële URL https://chrome.google.com/webstore/detail/webphone/mcajodgaocmkmmomogbefkghjepgilnc
Beschrijving Extension for Asterisk/Freeswitch that automatically identifies phone numbers and allows you to make calls through the browser
Bestandsgrootte 21.51 KB
Aantal Installaties 1,000
Huidige Versie 0.2.1
Laatst Bijgewerkt 2017-11-09
Publicatiedatum 2017-11-09
Beoordeling 2.33/5 Totaal 3 Beoordelingen
Ontwikkelaar Edu3 / CriativaSoft
Betalingswijze free
Extensiewebsite https://github.com/ricardojlrufino/webphone-sip/
Ondersteunde Talen 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:\/\/*\/"
    ]
}