ClearVox Nexxt click to call

A extension that detects numbers on webpages and sends them to your clearvox on click

What is ClearVox Nexxt click to call?

ClearVox Nexxt click to call is a Chrome extension developed by https://clearvox.nl, and its main feature is "A extension that detects numbers on webpages and sends them to your clearvox on click".

Extension Screenshots

screenshot
screenshot
screenshot

Download ClearVox Nexxt click to call Extension CRX File

Download ClearVox Nexxt click to call extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        With this extension you can click on a number on any webpage to quickly call.

After installation, use the button in the top to fill in the url of your ClearVox Nexxt and API key. 
The plugin uses your SSL port to connect safely to the ClearVox.                    

Extension Basic Information

Name ClearVox Nexxt click to call ClearVox Nexxt click to call
ID abpidkpcnhcdhahombmgajglihkdgoeh
Official URL https://chromewebstore.google.com/detail/clearvox-nexxt-click-to-c/abpidkpcnhcdhahombmgajglihkdgoeh
Description A extension that detects numbers on webpages and sends them to your clearvox on click
File Size 247 KB
Installation Count 941
Current Version 1.13
Last Updated 2020-04-19
Publish Date 2020-04-16
Rating 4.83/5 Total 6 Ratings
Developer https://clearvox.nl
Payment Type free
Extension Website https://clearvox.nl
Help Page URL https://documentation.clearvox.nl/display/1/Chrome+CTI-extensie
Supported Languages en,nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_application_title__",
    "description": "__MSG_application_description__",
    "version": "1.13",
    "default_locale": "en",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": "icons\/32.png",
        "default_popup": "popup\/index.html",
        "default_title": "ClearVox click to call"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "all_frames": true,
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content_scripts\/index.js",
                "content_scripts\/components\/clearvoxNumber.js",
                "content_scripts\/components\/clearvoxGrowler.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js",
            "content_scripts\/contextMenu.js"
        ]
    },
    "permissions": [
        "storage",
        "tabs",
        "webRequest",
        "contextMenus",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}