Click to Call Mobile

Launches highlighted text as Tel: link.

What is Click to Call Mobile?

Click to Call Mobile is a Chrome extension developed by https://www.clickcallmobile.com, and its main feature is "Launches highlighted text as Tel: link.".

Extension Screenshots

screenshot

Download Click to Call Mobile Extension CRX File

Download Click to Call Mobile 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 Call on phone numbers that are not defined as links.  Along with our Mobile and Windows Desktop App, calls are made directly from your mobile phone.

To use this extension, simply highlight a phone number and right click.  A menu will appear - select "Call as Tel://..." and your mobile will dial that number. 

Make sure you have our Mobile App and Desktop App installed. Learn more at https://www.clickcallmobile.com/.                    

Extension Basic Information

Name Click to Call Mobile Click to Call Mobile
ID ggfbbimhbommiogoebgdmnipdhjfdeel
Official URL https://chrome.google.com/webstore/detail/click-to-call-mobile/ggfbbimhbommiogoebgdmnipdhjfdeel
Description Launches highlighted text as Tel: link.
File Size 14.58 KB
Installation Count 1,592
Current Version 0.5
Last Updated 2016-07-02
Publish Date 2016-07-01
Rating 4.00/5 Total 4 Ratings
Developer https://www.clickcallmobile.com
Email [email protected]
Payment Type free
Extension Website https://www.clickcallmobile.com/
Help Page URL https://www.clickcallmobile.com/help/
Privacy Policy Page URL https://www.clickcallmobile.com/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Click to Call Mobile",
    "description": "Launches highlighted text as Tel: link.",
    "version": "0.5",
    "browser_action": {
        "default_icon": {
            "32": "icon32.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_title": "Click to Call Default Title",
        "default_popup": "popup.html"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "homepage_url": "https:\/\/www.ClickCallMobile.com",
    "icons": {
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "rightclick.js"
        ]
    }
}