Crexendo Click-2-Call

Crexendo Click-2-Call allows you to click phone numbers in your browser and have your Crexendo device call that number!

What is Crexendo Click-2-Call?

Crexendo Click-2-Call is a Chrome extension developed by Crexendo Apps, and its main feature is "Crexendo Click-2-Call allows you to click phone numbers in your browser and have your Crexendo device call that number!".

Extension Screenshots

screenshot

Download Crexendo Click-2-Call Extension CRX File

Download Crexendo Click-2-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

                        Crexendo Click-2-Call allows you to click phone numbers in your browser and have your Crexendo device call that number!

New in this version:
Supports Microsoft Single-Sign-On for Microsoft Azure linked accounts                    

Extension Basic Information

Name Crexendo Click-2-Call Crexendo Click-2-Call
ID fcdcgemiploaclaigcjkobnfonedipli
Official URL https://chromewebstore.google.com/detail/crexendo-click-2-call/fcdcgemiploaclaigcjkobnfonedipli
Description Crexendo Click-2-Call allows you to click phone numbers in your browser and have your Crexendo device call that number!
File Size 154 KB
Installation Count 254
Current Version 0.1.2.2
Last Updated 2022-08-29
Publish Date 2018-10-08
Rating 5.00/5 Total 3 Ratings
Developer Crexendo Apps
Email [email protected]
Payment Type free
Extension Website http://www.crexendo.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Crexendo Click-2-Call",
    "description": "Crexendo Click-2-Call allows you to click phone numbers in your browser and have your Crexendo device call that number!",
    "version": "0.1.2.2",
    "icons": {
        "16": "images\/cloud-icon_16.png",
        "32": "images\/cloud-icon_32.png",
        "48": "images\/cloud-icon_48.png",
        "128": "images\/cloud-icon_128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/jquery.min.js",
                "js\/bootstrap.js",
                "js\/linkify.js"
            ],
            "css": [
                "css\/fonts.css",
                "css\/linkify.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "images\/cloud-icon_32.png",
        "default_popup": "html\/options_page.html"
    },
    "permissions": [
        "http:\/\/localhost:47461\/",
        "identity"
    ],
    "options_page": "html\/options_page.html",
    "web_accessible_resources": [
        "images\/*.png",
        "css\/fonts\/*.woff"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAq8TKKh3YZmTlGswWh5UnXYMmzOK2i8HWwF4e1x4iM\/Ch3URQK1vov8ZjU5Mmq\/YQaAxghxch7J9glngAbRma2xm0lCLQJl2tusF\/XvzoPPrKXhqMZwFwDaLIMGeod7OLACzcmMcbpLnMsi1\/7F5xIGEWLkYLfM8yRDAqII8hA\/uIPAS3Bw6IvH1rSIYleARD7T5DUG635pqK6jVTvVTkkzAZYFAe6VBTLDVjDY0wjlX2HSjdIZOcf4ZgxdFVbUSxomvQZwOxaeiUL2RxHk5V6c2syuKONBORfKu0bEe6+RhxixDSz0AtZU1+2Pp6KysvLayQaTdG5Hsc5MVafossbQIDAQAB"
}