VPB Preview Dialer

Turns Virtual Phone Bank into a preview dialer.

ما هو VPB Preview Dialer؟

VPB Preview Dialer هو إضافة Chrome تم تطويرها بواسطة michaelrkn، والميزة الرئيسية لها هي "Turns Virtual Phone Bank into a preview dialer.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة VPB Preview Dialer

قم بتنزيل ملفات الامتداد VPB Preview Dialer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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