Chevronne Vici Box
Chevronne Vicidial Container
什麼是Chevronne Vici Box?
Chevronne Vici Box是由https://www.chevronne.com開發的Chrome擴展程式,該擴展的主要功能是“Chevronne Vicidial Container”。
下載Chevronne Vici Box擴展crx文件
下載Chevronne Vici Box擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Call Recording and Integrated with Chevronne CRM
擴展基本資訊
名稱 | Chevronne Vici Box |
ID | ljkamdkhhnopceioamfcaiohemhcekhn |
官方網址 | https://chromewebstore.google.com/detail/chevronne-vici-box/ljkamdkhhnopceioamfcaiohemhcekhn |
簡介 | Chevronne Vicidial Container |
檔案大小 | 53.13 KB |
安裝次數 | 19 |
目前版本 | 1.7 |
更新時間 | 2018-04-16 |
上架時間 | 2018-04-16 |
評分 | 5.00/5 共 2 次評分 |
開發者 | https://www.chevronne.com |
付費類型 | free |
支援的語言 | 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 } |