vCS Click-to-Call Extension

vCS - Cloud Call Center

vCS Click-to-Call Extension란 무엇입니까?

vCS Click-to-Call Extension은(는) vCS에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "vCS - Cloud Call Center"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

vCS Click-to-Call Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This Chrome extension converts each phone numbers into clickable links, allowing you to access "click-to-call" feature right on your Chrome brower.                    

확장 프로그램 기본 정보

이름 vCS Click-to-Call Extension vCS Click-to-Call Extension
ID pbljeimeljbggnhljdaoilgahanlcion
공식 URL https://chromewebstore.google.com/detail/vcs-click-to-call-extensi/pbljeimeljbggnhljdaoilgahanlcion
설명 vCS - Cloud Call Center
파일 크기 1.29 MB
설치 횟수 41
현재 버전 1.4
최근 업데이트 2019-08-11
출시 날짜 2019-08-05
평점 5.00/5 총 12 개의 평점
개발자 vCS
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://vinadata.vn/web/guest/terms-and-conditions
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "vCS Click-to-Call Extension",
    "short_name": "vCS",
    "version": "1.4",
    "description": "vCS - Cloud Call Center",
    "permissions": [
        "activeTab",
        "tabs",
        "declarativeContent",
        "storage",
        "contextMenus",
        "notifications"
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "19": "images\/icon-19.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "js\/libraries\/jquery.js",
            "js\/libraries\/socket.io.js",
            "js\/constant.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png"
        },
        "default_title": "vCS Click To Call",
        "default_popup": "html\/popup.html"
    },
    "web_accessible_resources": [
        "js\/libraries\/*",
        "html\/popup.html",
        "images\/icon-phone.png",
        "images\/icon-48.jpg",
        "images\/icon-22.jpg",
        "images\/hubspot\/contact.svg",
        "images\/hubspot\/phone.svg",
        "images\/hubspot\/view.svg",
        "images\/hubspot\/newtab.svg",
        "images\/hubspot\/create.svg",
        "images\/hubspot\/mail.svg",
        "images\/hubspot\/job.svg",
        "images\/hubspot\/lastcontacted.svg",
        "images\/hubspot\/life.svg",
        "images\/pipedrive\/contact.svg",
        "images\/pipedrive\/phone.svg",
        "images\/pipedrive\/view.svg",
        "images\/pipedrive\/newtab.svg",
        "images\/pipedrive\/create.svg",
        "images\/pipedrive\/mail.svg",
        "images\/pipedrive\/job.svg",
        "images\/pipedrive\/lastcontacted.svg",
        "images\/pipedrive\/life.svg"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/o365-vcs.herokuapp.com\/*"
            ],
            "js": [
                "js\/libraries\/chrome-ex-oauth2\/injection.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/app.hubspot.com\/*"
            ],
            "js": [
                "js\/libraries\/jquery.js",
                "js\/hubspot\/hubspot.js"
            ],
            "css": [
                "css\/libraries\/bootstrap.min.css",
                "css\/hubspot\/hubspot.css"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.pipedrive.com\/*"
            ],
            "js": [
                "js\/libraries\/jquery.js",
                "js\/pipedrive\/pipedrive.js"
            ],
            "css": [
                "css\/pipedrive\/pipedrive.css"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/libraries\/jquery.js",
                "js\/utils.js",
                "js\/libraries\/libphonenumber.js",
                "js\/content_page.js"
            ],
            "css": [
                "css\/content_page.css"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "manifest_version": 2
}