Chevronne Vici Box

Chevronne Vicidial Container

Chevronne Vici Box란 무엇입니까?

Chevronne Vici Box은(는) https://www.chevronne.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chevronne Vicidial Container"입니다.

Chevronne Vici Box 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}