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