ansitel Click-to-Dial

This plugin will call a selected number by clicking the right mouse button.

What is ansitel Click-to-Dial?

ansitel Click-to-Dial is a Chrome extension developed by https://www.ansitel.de, and its main feature is "This plugin will call a selected number by clicking the right mouse button.".

Extension Screenshots

screenshot

Download ansitel Click-to-Dial Extension CRX File

Download ansitel Click-to-Dial 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

                        Click-to-Dial Plugin für ansitel VoIP-Telefonanlagen zum Markieren und Wählen von Rufnummern in Google Chrome und Chromium Browsern.                    

Extension Basic Information

Name ansitel Click-to-Dial ansitel Click-to-Dial
ID mdhpfilomgiedndngjhnpnkpelcfjnke
Official URL https://chromewebstore.google.com/detail/ansitel-click-to-dial/mdhpfilomgiedndngjhnpnkpelcfjnke
Description This plugin will call a selected number by clicking the right mouse button.
File Size 138 KB
Installation Count 588
Current Version 1.6.1
Last Updated 2022-08-16
Publish Date 2020-01-07
Rating 3.50/5 Total 2 Ratings
Developer https://www.ansitel.de
Email [email protected]
Payment Type free
Help Page URL https://www.ansitel.de/support50/plugins/#click-to-dial-plugin-fur-google-chrome
Supported Languages de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_application_title__",
    "description": "__MSG_application_description__",
    "default_locale": "de",
    "version": "1.6.1",
    "permissions": [
        "contextMenus",
        "background"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_ui": {
        "page": "options.html"
    },
    "background": {
        "scripts": [
            "dialnumber.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-1.3.2.min.js",
                "tellinks.js"
            ]
        }
    ],
    "manifest_version": 2
}