WebPhone

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

Apa itu WebPhone?

WebPhone adalah ekstensi Chrome yang dikembangkan oleh Edu3 / CriativaSoft, dan fitur utamanya adalah "Extension for Asterisk/Freeswitch that automatically identifies phone numbers and allows you to make calls through the browser".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi WebPhone

Unduh file ekstensi WebPhone dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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/                    

Informasi Dasar Ekstensi

Nama WebPhone WebPhone
ID mcajodgaocmkmmomogbefkghjepgilnc
URL Resmi https://chrome.google.com/webstore/detail/webphone/mcajodgaocmkmmomogbefkghjepgilnc
Deskripsi Extension for Asterisk/Freeswitch that automatically identifies phone numbers and allows you to make calls through the browser
Ukuran File 21.51 KB
Jumlah Instalasi 1,000
Versi Saat Ini 0.2.1
Terakhir Diperbarui 2017-11-09
Tanggal Publikasi 2017-11-09
Penilaian 2.33/5 Total 3 Penilaian
Pengembang Edu3 / CriativaSoft
Tipe Pembayaran free
Situs Ekstensi https://github.com/ricardojlrufino/webphone-sip/
Bahasa yang Didukung 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:\/\/*\/"
    ]
}