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 Chevronne Vici Box
ID ljkamdkhhnopceioamfcaiohemhcekhn
官方URL 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
}