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文件

下載VitelGlobal Browser Plugin擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}