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
官方URL 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:\/\/*\/"
    ]
}