VPB Preview Dialer
Turns Virtual Phone Bank into a preview dialer.
Wat is VPB Preview Dialer?
VPB Preview Dialer is een Chrome-extensie ontwikkeld door michaelrkn, en de belangrijkste functie is "Turns Virtual Phone Bank into a preview dialer.".
Extensie Screenshots
Download het CRX-bestand van de extensie VPB Preview Dialer
Download VPB Preview Dialer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        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.                     Basisinformatie over de Extensie
| Naam |   |  
| ID | dkcikjbkeekejknjicohkaidadbjcdee | 
| Officiële URL | https://chromewebstore.google.com/detail/vpb-preview-dialer/dkcikjbkeekejknjicohkaidadbjcdee | 
| Beschrijving | Turns Virtual Phone Bank into a preview dialer. | 
| Bestandsgrootte | 151 KB | 
| Aantal Installaties | 220 | 
| Huidige Versie | 2.0.8 | 
| Laatst Bijgewerkt | 2024-01-12 | 
| Publicatiedatum | 2020-05-07 | 
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen | 
| Ontwikkelaar | michaelrkn | 
| [email protected] | |
| Betalingswijze | free | 
| Extensiewebsite | https://github.com/michaelrkn/vpb-preview-dialer | 
| Ondersteunde Talen | 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"
    ]
}  |  |