Click n Call

You can send a number directly to your android phone to make a call. You need to have installed the "Click n' Call" app for android.

What is Click n Call?

Click n Call is a Chrome extension developed by criste.nicu, and its main feature is "You can send a number directly to your android phone to make a call. You need to have installed the "Click n' Call" app for android.".

Extension Screenshots

screenshot

Download Click n Call Extension CRX File

Download Click n 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

                        You can send a number directly to your android phone to make a call. You need to have installed the "Click n' Call" app for android.                    

Extension Basic Information

Name Click n Call Click n Call
ID gcmdonkkjhaclnhnnknphbffhifiblcf
Official URL https://chromewebstore.google.com/detail/click-n-call/gcmdonkkjhaclnhnnknphbffhifiblcf
Description You can send a number directly to your android phone to make a call. You need to have installed the "Click n' Call" app for android.
File Size 81.04 KB
Installation Count 604
Current Version 2.1.4
Last Updated 2016-09-16
Publish Date 2016-09-16
Rating 2.33/5 Total 6 Ratings
Developer criste.nicu
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Click n Call",
    "version": "2.1.4",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/localhost\/*",
                "*:\/\/*.bursatransport.com\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery-3.1.0.min.js",
                "findAndReplace.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon-bitty.png",
        "48": "icon-small.png",
        "128": "icon-large.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}