Callbee Phone

Callbee Phone is an WebRTC client which works using WebRTC & SIP protocol

Callbee Phone란 무엇입니까?

Callbee Phone은(는) BIXIOM | Denis Streltsov에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Callbee Phone is an WebRTC client which works using WebRTC & SIP protocol"입니다.

확장 프로그램 스크린샷

screenshot

Callbee Phone 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Callbee Phone is an WebRTC client which works using WebRTC & SIP protocol. You can use it in place of Soft (VoIP) Phone. It makes communication easy and cost-effective.

Key Features : 
Callbee Assistant : Do not Disturb, Auto Answer Incoming Calls, Set Prefix for all outgoing Calls, Enable Call Parking 
Call Features : Hold/Unhold, Mute/Unmute, Blind Transfer, Call Park                    

확장 프로그램 기본 정보

이름 Callbee Phone Callbee Phone
ID jcejljlbeabmlokpdgiegaonfokfokjh
공식 URL https://chromewebstore.google.com/detail/callbee-phone/jcejljlbeabmlokpdgiegaonfokfokjh
설명 Callbee Phone is an WebRTC client which works using WebRTC & SIP protocol
파일 크기 4.91 MB
설치 횟수 490
현재 버전 1.5.0
최근 업데이트 2020-06-12
출시 날짜 2020-06-12
평점 5.00/5 총 5 개의 평점
개발자 BIXIOM | Denis Streltsov
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Callbee Phone",
    "short_name": "Callbee Phone",
    "version": "1.5.0",
    "description": "Callbee Phone is an WebRTC client which works using WebRTC & SIP protocol",
    "manifest_version": 2,
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Q",
                "mac": "MacCtrl+Q"
            }
        }
    },
    "options_page": "config.html",
    "icons": {
        "16": "webrtc\/img\/icon16.png",
        "48": "webrtc\/img\/icon48.png",
        "64": "webrtc\/img\/offline-icon.png",
        "128": "webrtc\/img\/icon128.png"
    },
    "permissions": [
        "notifications",
        "storage",
        "contextMenus"
    ],
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Callbee Phone"
    }
}