Velantro Click to Call
Velantro.net PBX click to call extension
What is Velantro Click to Call?
Velantro Click to Call is a Chrome extension developed by https://velantro.com, and its main feature is "Velantro.net PBX click to call extension".
Extension Screenshots
Download Velantro Click to Call Extension CRX File
Download Velantro Click to Call 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
Velantro click to call plugin allows you to click on phone numbers and dial using your Velantro phone or Softphone. Velantro plan required.
Extension Basic Information
Name | Velantro Click to Call |
ID | bodanolkchojeegofgblckgcpbpbdcjn |
Official URL | https://chromewebstore.google.com/detail/velantro-click-to-call/bodanolkchojeegofgblckgcpbpbdcjn |
Description | Velantro.net PBX click to call extension |
File Size | 56.17 KB |
Installation Count | 1,063 |
Current Version | 1.4.12 |
Last Updated | 2019-01-27 |
Publish Date | 2019-01-27 |
Rating | 4.89/5 Total 18 Ratings |
Developer | https://velantro.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.velantro.com/pages/privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Velantro Click to Call", "description": "Velantro.net PBX click to call extension", "version": "1.4.12", "applications": { "gecko": { "id": "{2a7e3959-cfd5-4f2b-a537-85bdbe4f6cbe}", "strict_min_version": "57.0" } }, "browser_action": { "default_icon": "velantro32.png", "default_popup": "popup.html" }, "web_accessible_resources": [ "call-phone-v.png" ], "options_page": "options.html", "options_ui": { "page": "options.html", "chrome_style": false }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "phonepattern.js", "render.js", "monitor.js", "render-init.js" ] } ], "background": { "scripts": [ "velantro-storage.js", "velantro-config.js", "velantro-call.js", "velantro-events.js" ] }, "permissions": [ "activeTab", "storage", "notifications", "contextMenus", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "velantro16.png", "48": "velantro48.png", "128": "velantro128.png" } } |