Velantro Dialer + Click to Call

Velantro.com PBX dialer and click to call extension

Velantro Dialer + Click to Callคืออะไร?

Velantro Dialer + Click to Call เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mango9 และคุณลักษณะหลักของมันคือ "Velantro.com PBX dialer and click to call extension"

ภาพหน้าจอของส่วนขยาย

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Velantro Dialer + Click to Call

ดาวน์โหลดไฟล์ส่วนขยาย Velantro Dialer + Click to Call ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Velantro dialer is a powerful add on as a Chrome or Firefox extension. It acts as a power dialer and allows rapid dialing of uploaded numbers.  You may dial in automatic mode to contact your lists more effectively. Manual mode is also available if the need arises to dial one by one. Moreover, Velantro dialer employs sue to its popular demand includes the good old click to call for Chrome and Firefox. 

Cool features.

Prerecorded Voicemail drop.

Velantro dialer extension allows the user to easily upload csv lists and start dialing per agent.

Simple dialer for everyday use of calling lists.

Much more.

Velantro PBX service required*                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Velantro Dialer + Click to Call Velantro Dialer + Click to Call
ID ifmkbfebcnochjnidgjcecaifboogcoc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/velantro-dialer-+-click-t/ifmkbfebcnochjnidgjcecaifboogcoc
คำอธิบาย Velantro.com PBX dialer and click to call extension
ขนาดไฟล์ 1.9 MB
จำนวนการติดตั้ง 208
เวอร์ชันปัจจุบัน 2.0.10
อัปเดตครั้งล่าสุด 2020-03-11
วันที่เผยแพร่ 2020-03-11
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Mango9
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.velantro.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.velantro.com/pages/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Velantro Dialer + Click to Call",
    "description": "Velantro.com PBX dialer and click to call extension",
    "version": "2.0.10",
    "applications": {
        "gecko": {
            "id": "{d0c1b118-b15e-4147-aebc-fa615caf93df}",
            "strict_min_version": "57.0"
        }
    },
    "browser_action": {
        "default_icon": "velantro32.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "call-phone-v.png"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": false
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentscript.bundle.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "permissions": [
        "activeTab",
        "storage",
        "notifications",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "velantro16.png",
        "48": "velantro48.png",
        "128": "velantro128.png"
    }
}