Denwa Click-To-Call

Search phone numbers on the page, so you can click them to dial with Denwa

What is Denwa Click-To-Call?

Denwa Click-To-Call is a Chrome extension developed by Denwa Technology Corp., and its main feature is "Search phone numbers on the page, so you can click them to dial with Denwa".

Extension Screenshots

screenshot
screenshot
screenshot

Download Denwa Click-To-Call Extension CRX File

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

                        Search phone numbers on the page you visit and convert them to links, so you can click them to dial with your Denwa Unified Communications Center.                    

Extension Basic Information

Name Denwa Click-To-Call Denwa Click-To-Call
ID ojljgfhaaipniapljdmphkhejmmajigi
Official URL https://chromewebstore.google.com/detail/denwa-click-to-call/ojljgfhaaipniapljdmphkhejmmajigi
Description Search phone numbers on the page, so you can click them to dial with Denwa
File Size 92.42 KB
Installation Count 100
Current Version 1.0.4
Last Updated 2013-10-16
Publish Date 2013-10-16
Rating 4.86/5 Total 7 Ratings
Developer Denwa Technology Corp.
Payment Type free
Extension Website http://www.denwaip.com/
Help Page URL http://www.denwaip.com/
Supported Languages en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "short_name": "Denwa Click-To-Call",
    "version": "1.0.4",
    "description": "__MSG_extDescription__",
    "background": {
        "persistent": true,
        "scripts": [
            "jquery-2.0.3.min.js",
            "base64.js",
            "options.js",
            "background.js"
        ]
    },
    "options_page": "options.html",
    "page_action": {
        "default_icon": "denwa-19.png",
        "default_title": "__MSG_extPageActionTitle__",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-2.0.3.min.js",
                "jquery.ba-replacetext.min.js",
                "contentscript.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "icons": {
        "128": "denwa-128.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "jquery-2.0.3.min.js",
        "jquery.ba-replacetext.min.js",
        "denwa-48.png",
        "close.png",
        "phone-48-on.png",
        "edit-icon.png",
        "checkmark.png"
    ],
    "default_locale": "en",
    "manifest_version": 2
}