Vox-Link Connect

The Vox-Link Connect extension enables Vox-Link users to dial telephone numbers directly from their browser or CRM.

Vox-Link Connect란 무엇입니까?

Vox-Link Connect은(는) https://vox-link.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The Vox-Link Connect extension enables Vox-Link users to dial telephone numbers directly from their browser or CRM."입니다.

확장 프로그램 스크린샷

screenshot

Vox-Link Connect 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Vox-Link Connect detects telephone numbers on the web and converts them to clickable links for “Click-to-Call” dialing from web-page. 

The Vox-Link Connect extension enables Vox-Link users to dial numbers directly from their browser or CRM. It detects US and international numbers on websites, CRMs, and customer portals and turns them into clickable links. Non-recognizable numbers can be dialed by highlighting the number and right click to dial from a context menu.  

Features

Works on all websites
Detects US phone numbers
Detects International phone numbers
Phone number detection can be enabled or disabled
Increase productivity, accuracy, and streamlines your workflow 
Option to enable or disable the display of clickable phone icon next to number
Numbers can be selected manually and right click to dial from a context menu 

Usage

Simply click on a number and/or phone icon next to the number and the call is made to your phone. Upon answering, it triggers the call to the number on the page. This eliminates the need to copy and paste phone numbers or to physically dial the number from your phone, increasing productivity, accuracy, which streamlines your workflow.  

This extension requires an active account with Vox-Link. For more information visit us at www.vox-link.com.                    

확장 프로그램 기본 정보

이름 Vox-Link Connect Vox-Link Connect
ID nljfeikipndfiibkhepidinakfobhngn
공식 URL https://chromewebstore.google.com/detail/vox-link-connect/nljfeikipndfiibkhepidinakfobhngn
설명 The Vox-Link Connect extension enables Vox-Link users to dial telephone numbers directly from their browser or CRM.
파일 크기 59.03 KB
설치 횟수 18
현재 버전 1.0.0
최근 업데이트 2020-03-08
출시 날짜 2020-03-08
개발자 https://vox-link.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL http://vox-link.com/privacy.asp
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.0",
    "name": "Vox-Link Connect",
    "description": "The Vox-Link Connect extension enables Vox-Link users to dial telephone numbers directly from their browser or CRM.",
    "icons": {
        "128": "icons\/VoxLinkConnect128x128.png",
        "48": "icons\/VoxLinkConnect48x48.png",
        "16": "icons\/VoxLinkConnect16x16.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/inject.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "html\/popup-settings.html"
    },
    "permissions": [
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "tabs"
    ]
}