Click2Dial

Links phone numbers found in web pages to enable Click2Dial on IPTech systems.

Wat is Click2Dial?

Click2Dial is een Chrome-extensie ontwikkeld door https://iptech.co.il, en de belangrijkste functie is "Links phone numbers found in web pages to enable Click2Dial on IPTech systems.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Click2Dial

Download Click2Dial-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

                        Links phone numbers found in web pages to IPTech Click2Dial allowing the user to dial selected number with just a click.

This chrome extension, once installed and activated,  will search accessed web pages for phone numbers attaching the C2D icon allowing the user to double click linked icons and perform a call to selected destination from his personal extension.

On supported VoIP desk phones the dial operation will open the speaker and initiate the call just like you dialed the number on phone's keypad.

This application is intended for simple CTI integrations between web based CRM systems and company PBX.

An integrated Options page supports the setup of user phone extension and other required data to allow smoot personalization.                    

Basisinformatie over de Extensie

Naam Click2Dial Click2Dial
ID pcfboomnbpcgcbjfoolbiijmanofcmmd
Officiële URL https://chromewebstore.google.com/detail/click2dial/pcfboomnbpcgcbjfoolbiijmanofcmmd
Beschrijving Links phone numbers found in web pages to enable Click2Dial on IPTech systems.
Bestandsgrootte 22.28 KB
Aantal Installaties 122
Huidige Versie 2.0.0.9
Laatst Bijgewerkt 2018-06-10
Publicatiedatum 2018-06-10
Ontwikkelaar https://iptech.co.il
E-mail [email protected]
Betalingswijze in_app
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Click2Dial",
    "version": "2.0.0.9",
    "description": "Links phone numbers found in web pages to enable Click2Dial on IPTech systems.",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "*.png",
        "*.jpg",
        "dialout.js"
    ],
    "icons": {
        "16": "icon16.png",
        "24": "icon24.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}