Velantro Dialer + Click to Call

Velantro.com PBX dialer and click to call extension

Velantro Dialer + Click to Call란 무엇입니까?

Velantro Dialer + Click to Call은(는) Mango9에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Velantro.com PBX dialer and click to call extension"입니다.

확장 프로그램 스크린샷

Velantro Dialer + Click to Call 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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