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文件

下載VBX Browser Phone擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}