VitelGlobal Browser Plugin

click-to-dial

VitelGlobal Browser Plugin란 무엇입니까?

VitelGlobal Browser Plugin은(는) https://www.vitelglobal.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "click-to-dial"입니다.

확장 프로그램 스크린샷

screenshot

VitelGlobal Browser Plugin 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Vitel Global Communications LLC,
 Vitel Global Click to Call integrates your Chrome Browser and allows you to call any phone number that appears on a web page just by clicking it.

The setup is very simple. You need install it and a small icon will appear next to the address bar. By clicking on it you need to enable and update the user domain and extension. Once this is done, you can click on any phone number you see on the screen to start making a call.

You know how important Click to call plugin is as now days every business is entirely depend on the digital technology which not only eases your calling efficiency but saves time and increase the workforce productivity.                    

확장 프로그램 기본 정보

이름 VitelGlobal Browser Plugin VitelGlobal Browser Plugin
ID balmmdlcpdhekbmaflhciacjfffidjch
공식 URL https://chromewebstore.google.com/detail/vitelglobal-browser-plugi/balmmdlcpdhekbmaflhciacjfffidjch
설명 click-to-dial
파일 크기 19.26 KB
설치 횟수 232
현재 버전 1.1
최근 업데이트 2020-03-10
출시 날짜 2020-03-10
개발자 https://www.vitelglobal.com
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VitelGlobal Browser Plugin",
    "version": "1.1",
    "description": "click-to-dial",
    "options_ui": {
        "page": "getnum.html",
        "open_in_tab": false
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "minimum_chrome_version": "10",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "vitelclicktocall.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "icon48.png"
    ],
    "permissions": [
        "storage"
    ]
}