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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The Vox-Link Connect extension enables Vox-Link users to dial telephone numbers directly from their browser or CRM."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Vox-Link Connect एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}