VPB Preview Dialer
Turns Virtual Phone Bank into a preview dialer.
Vad är VPB Preview Dialer?
VPB Preview Dialer är en Chrome-tillägg utvecklad av michaelrkn, och dess huvudfunktion är "Turns Virtual Phone Bank into a preview dialer.".
Tilläggsskärmbilder
Ladda ner VPB Preview Dialer-förlängningens CRX-fil
Ladda ner VPB Preview Dialer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        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.                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | dkcikjbkeekejknjicohkaidadbjcdee | 
| Officiell webbadress | https://chromewebstore.google.com/detail/vpb-preview-dialer/dkcikjbkeekejknjicohkaidadbjcdee | 
| Beskrivning | Turns Virtual Phone Bank into a preview dialer. | 
| Filstorlek | 151 KB | 
| Antal Installationer | 220 | 
| Aktuell Version | 2.0.8 | 
| Senast Uppdaterad | 2024-01-12 | 
| Publiceringsdatum | 2020-05-07 | 
| Betyg | 5.00/5 Totalt 1 Betyg | 
| Utvecklare | michaelrkn | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Tilläggswebbplats | https://github.com/michaelrkn/vpb-preview-dialer | 
| Stödda Språk | 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"
    ]
}  |  |