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