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
}