Chevronne Vici Box
Chevronne Vicidial Container
What is Chevronne Vici Box?
Chevronne Vici Box is a Chrome extension developed by https://www.chevronne.com, and its main feature is "Chevronne Vicidial Container".
Download Chevronne Vici Box Extension CRX File
Download Chevronne Vici Box 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
Call Recording and Integrated with Chevronne CRM
Extension Basic Information
Name | Chevronne Vici Box |
ID | ljkamdkhhnopceioamfcaiohemhcekhn |
Official URL | https://chromewebstore.google.com/detail/chevronne-vici-box/ljkamdkhhnopceioamfcaiohemhcekhn |
Description | Chevronne Vicidial Container |
File Size | 53.13 KB |
Installation Count | 19 |
Current Version | 1.7 |
Last Updated | 2018-04-16 |
Publish Date | 2018-04-16 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://www.chevronne.com |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chevronne Vici Box", "description": "Chevronne Vicidial Container", "version": "1.7", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "background" ], "browser_action": { "default_title": "Chevronne Vici Box", "default_icon": "logo_chev1.png", "default_popup": "ViciBox.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.studyideas.com\/*", "*:\/\/*.careeroverseas.com\/*", "*:\/\/*.opulentian.com\/*", "*:\/\/*.connect2mv.com\/*", "*:\/\/*.zentora.com\/*", "*:\/\/*.othervisas.com\/*", "*:\/\/*.migrationideas.com\/*" ], "js": [ "communicator.js" ] } ], "externally_connectable": { "matches": [ "*:\/\/*.studyideas.com\/*", "*:\/\/*.careeroverseas.com\/*", "*:\/\/*.opulentian.com\/*", "*:\/\/*.connect2mv.com\/*", "*:\/\/*.zentora.com\/*", "*:\/\/*.othervisas.com\/*", "*:\/\/*.migrationideas.com\/*" ] }, "background": { "page": "background.html" }, "manifest_version": 2 } |