ansitel Click-to-Dial

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

Wat is ansitel Click-to-Dial?

ansitel Click-to-Dial is een Chrome-extensie ontwikkeld door https://www.ansitel.de, en de belangrijkste functie is "This plugin will call a selected number by clicking the right mouse button.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie ansitel Click-to-Dial

Download ansitel Click-to-Dial-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam ansitel Click-to-Dial ansitel Click-to-Dial
ID mdhpfilomgiedndngjhnpnkpelcfjnke
Officiële URL https://chromewebstore.google.com/detail/ansitel-click-to-dial/mdhpfilomgiedndngjhnpnkpelcfjnke
Beschrijving This plugin will call a selected number by clicking the right mouse button.
Bestandsgrootte 138 KB
Aantal Installaties 588
Huidige Versie 1.6.1
Laatst Bijgewerkt 2022-08-16
Publicatiedatum 2020-01-07
Beoordeling 3.50/5 Totaal 2 Beoordelingen
Ontwikkelaar https://www.ansitel.de
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://www.ansitel.de/support50/plugins/#click-to-dial-plugin-fur-google-chrome
Ondersteunde Talen 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
}