VPB Preview Dialer

Turns Virtual Phone Bank into a preview dialer.

What is VPB Preview Dialer?

VPB Preview Dialer is a Chrome extension developed by michaelrkn, and its main feature is "Turns Virtual Phone Bank into a preview dialer.".

Extension Screenshots

screenshot
screenshot
screenshot

Download VPB Preview Dialer Extension CRX File

Download VPB Preview Dialer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name VPB Preview Dialer VPB Preview Dialer
ID dkcikjbkeekejknjicohkaidadbjcdee
Official URL https://chromewebstore.google.com/detail/vpb-preview-dialer/dkcikjbkeekejknjicohkaidadbjcdee
Description Turns Virtual Phone Bank into a preview dialer.
File Size 151 KB
Installation Count 220
Current Version 2.0.8
Last Updated 2024-01-12
Publish Date 2020-05-07
Rating 5.00/5 Total 1 Ratings
Developer michaelrkn
Email [email protected]
Payment Type free
Extension Website https://github.com/michaelrkn/vpb-preview-dialer
Supported Languages 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"
    ]
}