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」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" ] } |