Broadvoice PBX
Broadvoice PBX helper extension
What is Broadvoice PBX?
Broadvoice PBX is a Chrome extension developed by Broadvoice, and its main feature is "Broadvoice PBX helper extension".
Extension Screenshots
Download Broadvoice PBX Extension CRX File
Download Broadvoice PBX extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | iknlfnappaejgcljndmhojgeofgfhbon |
Official URL | https://chrome.google.com/webstore/detail/broadvoice-pbx/iknlfnappaejgcljndmhojgeofgfhbon |
Description | Broadvoice PBX helper extension |
File Size | 118 KB |
Installation Count | 21 |
Current Version | 0.1.4.10 |
Last Updated | 2019-03-08 |
Publish Date | 2019-03-08 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Broadvoice |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | http://broadvoice.com/Residential/PrivacyPolicy |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Broadvoice PBX", "description": "Broadvoice PBX helper extension", "version": "0.1.4.10", "background": { "scripts": [ "jquery.js", "api.js", "background.js" ] }, "icons": { "128": "icons\/bv_chromeext_icon128x128.png", "48": "icons\/bv_chromeext_icon48x48.png", "16": "icons\/bv_chromeext_icon16x16.png" }, "browser_action": { "default_icon": "icons\/bv_chromeext_icon128x128.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ], "js": [ "jquery.js", "page_scanner.js" ] } ], "permissions": [ "storage", "tabs", "webRequest", "webRequestBlocking", "downloads", "*:\/\/*\/*" ] } |