VBX Browser Phone

Enables a Twilio or Plivo Phone in the browser

VBX Browser Phone란 무엇입니까?

VBX Browser Phone은(는) https://vbx.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enables a Twilio or Plivo Phone in the browser"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Enables a Twilio and/or Plivo powered in-browser VoIP phone to exist as an always-on extension which enables inbound and outbound calls and text messages w/o using a hard-phone.  There are audio and visual alerts when a call comes in and easy outbound dialing support.

* Supports Inbound and Outbound Calling
* Send and Receive Text Messages
* See Notifications
* Automatic Dialing

Commercial support options are available for this Extension                    

확장 프로그램 기본 정보

이름 VBX Browser Phone VBX Browser Phone
ID nmjcndlbminaliillmjhlgiaooofibea
공식 URL https://chromewebstore.google.com/detail/vbx-browser-phone/nmjcndlbminaliillmjhlgiaooofibea
설명 Enables a Twilio or Plivo Phone in the browser
파일 크기 114 KB
설치 횟수 105
현재 버전 2019.05.27
최근 업데이트 2019-05-27
출시 날짜 2019-05-27
평점 2.33/5 총 9 개의 평점
개발자 https://vbx.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://vbx.io/browser-phone/
도움말 페이지 URL http://vbx.io/help/
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VBX Browser Phone",
    "short_name": "Browser Phone",
    "description": "Enables a Twilio or Plivo Phone in the browser",
    "version": "2019.05.27",
    "manifest_version": 2,
    "minimum_chrome_version": "70.0.0",
    "homepage_url": "https:\/\/vbx.io\/browser-phone",
    "offline_enabled": false,
    "incognito": "not_allowed",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "content_security_policy": "media-src 'self' https:\/\/media.twiliocdn.com https:\/\/eventgw.twilio.com; object-src 'self'; script-src 'self' 'unsafe-eval' https:\/\/media.twiliocdn.com https:\/\/eventgw.twilio.com https:\/\/cdn.plivo.com;",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/icon16.png",
            "24": "img\/icon24.png",
            "32": "img\/icon32.png",
            "48": "img\/icon48.png",
            "128": "img\/icon128.png"
        },
        "default_popup": "popup.html",
        "default_title": "VBX Browser Phone"
    },
    "options_page": "options.html",
    "permissions": [
        "contextMenus"
    ]
}