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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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