VPB Preview Dialer

Turns Virtual Phone Bank into a preview dialer.

什么是VPB Preview Dialer?

VPB Preview Dialer是由michaelrkn开发的Chrome扩展程序,该扩展的主要功能是“Turns Virtual Phone Bank into a preview dialer.”。

扩展截图

screenshot
screenshot
screenshot

下载VPB Preview Dialer扩展crx文件

下载VPB Preview Dialer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        The Virtual Phone Bank (VPB) Preview Dialer turns NGP VAN's Virtual Phone Bank into a preview dialer.

When VPB loads a contact, the Preview Dialer will confirm that you want to call the person, and then dial for you. The audio comes through your browser.

The preview dialer is a Chrome extension. It takes about 60 seconds to install and configure.                    

扩展基本信息

名称 VPB Preview Dialer VPB Preview Dialer
ID dkcikjbkeekejknjicohkaidadbjcdee
官方URL https://chromewebstore.google.com/detail/vpb-preview-dialer/dkcikjbkeekejknjicohkaidadbjcdee
简介 Turns Virtual Phone Bank into a preview dialer.
文件大小 151 KB
安装次数 220
当前版本 2.0.8
更新时间 2024-01-12
上架时间 2020-05-07
评分 5.00/5 共1次评分
开发者 michaelrkn
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/michaelrkn/vpb-preview-dialer
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VPB Preview Dialer",
    "description": "Turns Virtual Phone Bank into a preview dialer.",
    "version": "2.0.8",
    "browser_action": {
        "default_icon": {
            "16": "icon.png"
        }
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "activeTab"
    ]
}