VBX Browser Phone
Enables a Twilio or Plivo Phone in the browser
Vad är VBX Browser Phone?
VBX Browser Phone är en Chrome-tillägg utvecklad av https://vbx.io, och dess huvudfunktion är "Enables a Twilio or Plivo Phone in the browser".
Tilläggsskärmbilder
Ladda ner VBX Browser Phone-förlängningens CRX-fil
Ladda ner VBX Browser Phone-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | nmjcndlbminaliillmjhlgiaooofibea |
| Officiell webbadress | https://chromewebstore.google.com/detail/vbx-browser-phone/nmjcndlbminaliillmjhlgiaooofibea |
| Beskrivning | Enables a Twilio or Plivo Phone in the browser |
| Filstorlek | 114 KB |
| Antal Installationer | 105 |
| Aktuell Version | 2019.05.27 |
| Senast Uppdaterad | 2019-05-27 |
| Publiceringsdatum | 2019-05-27 |
| Betyg | 2.33/5 Totalt 9 Betyg |
| Utvecklare | https://vbx.io |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://vbx.io/browser-phone/ |
| Hjälpsida URL | http://vbx.io/help/ |
| Stödda Språk | 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"
]
} | |