Click2Dial

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

Click2Dial क्या है?

Click2Dial https://iptech.co.il द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Links phone numbers found in web pages to enable Click2Dial on IPTech systems."।

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

screenshot

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

crx प्रारूप में Click2Dial एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Click2Dial Click2Dial
ID pcfboomnbpcgcbjfoolbiijmanofcmmd
आधिकारिक URL https://chromewebstore.google.com/detail/click2dial/pcfboomnbpcgcbjfoolbiijmanofcmmd
विवरण Links phone numbers found in web pages to enable Click2Dial on IPTech systems.
फ़ाइल का आकार 22.28 KB
स्थापना संख्या 122
वर्तमान संस्करण 2.0.0.9
अंतिम अपडेट 2018-06-10
प्रकाशन तिथि 2018-06-10
डेवलपर https://iptech.co.il
ईमेल [email protected]
भुगतान के प्रकार in_app
समर्थित भाषाएँ 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:\/\/*\/*"
            ]
        }
    ]
}