WebPhone

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

什麼是WebPhone?

WebPhone是由Edu3 / CriativaSoft開發的Chrome擴展程式,該擴展的主要功能是“Extension for Asterisk/Freeswitch that automatically identifies phone numbers and allows you to make calls through the browser”。

擴展截圖

screenshot

下載WebPhone擴展crx文件

下載WebPhone擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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/                    

擴展基本資訊

名稱 WebPhone WebPhone
ID mcajodgaocmkmmomogbefkghjepgilnc
官方網址 https://chrome.google.com/webstore/detail/webphone/mcajodgaocmkmmomogbefkghjepgilnc
簡介 Extension for Asterisk/Freeswitch that automatically identifies phone numbers and allows you to make calls through the browser
檔案大小 21.51 KB
安裝次數 1,000
目前版本 0.2.1
更新時間 2017-11-09
上架時間 2017-11-09
評分 2.33/5 共 3 次評分
開發者 Edu3 / CriativaSoft
付費類型 free
擴展官網 https://github.com/ricardojlrufino/webphone-sip/
支援的語言 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:\/\/*\/"
    ]
}