Click To Call Chrome Extension

This chrome extension use for click to call any number from chrome browser developed by TechExtension (www.techextension.com).

What is Click To Call Chrome Extension?

Click To Call Chrome Extension is a Chrome extension developed by https://www.techextension.com, and its main feature is "This chrome extension use for click to call any number from chrome browser developed by TechExtension (www.techextension.com).".

Extension Screenshots

screenshot
screenshot
screenshot

Download Click To Call Chrome Extension Extension CRX File

Download Click To Call Chrome Extension 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 Chrome Extension provides click to call facility from any web pages of Chrome Browser by selecting number from web page. 

This Click To Call Chrome Extension from TechExtension helps to call from Asterisk based server like freepbx, elastix and other asterisk based server.

Features of Click To Call Chrome Extension

 # Click To Call From Browser Any Number.
 # Easy To Use.
 # Provides Quick Call Facility.
 # Save Time of Typing Number.
 # Simple Configuration.
 # Increase Tel.communication Speed.
 # Integration of Click To Call Chrome Extension With SugarCRM Asterisk Add-on.


Advantages of Integration of Click To Call Chrome Extension With SugarCRM Asterisk Add-on.

 # Click To Call From Browser Any Number.
 # Call Pop up In CRM.
 # Create Lead, Contact, Account, Case, Task in CRM.
 # Call Logs In CRM.
 # Details Reporting of calls in CRM.
 # Complete Call history can save in SugarCRM or SuiteCRM
 # Record link can save in SugarCRM or SuiteCRM
 # Call Hang Up and Transfer call from Call Pop up.
 # Save Notes.                    

Extension Basic Information

Name Click To Call Chrome Extension Click To Call Chrome Extension
ID cacalbbpkmcjpnlcjanfmmnffddhibhc
Official URL https://chromewebstore.google.com/detail/click-to-call-chrome-exte/cacalbbpkmcjpnlcjanfmmnffddhibhc
Description This chrome extension use for click to call any number from chrome browser developed by TechExtension (www.techextension.com).
File Size 55.27 KB
Installation Count 5,703
Current Version 4.8
Last Updated 2022-08-01
Publish Date 2020-05-21
Rating 3.38/5 Total 13 Ratings
Developer https://www.techextension.com
Email [email protected]
Payment Type free
Extension Website http://www.techextension.com/click-to-call-chrome-extension.php
Help Page URL http://www.techextension.com/click-to-call-chrome-extension.php
Privacy Policy Page URL http://techextension.com/privacy-terms-and-conditions
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Click To Call Chrome Extension",
    "short_name": "Click To Call",
    "description": "This chrome extension use for click to call any number from chrome browser developed by TechExtension (www.techextension.com).",
    "version": "4.8",
    "action": {
        "default_icon": "icon-phone.png",
        "default_popup": "popup.html"
    },
    "host_permissions": [
        "*:\/\/*\/"
    ],
    "permissions": [
        "scripting",
        "contextMenus",
        "storage"
    ],
    "icons": {
        "16": "icon-phone.png",
        "48": "icon-phone.png",
        "128": "icon-phone.png"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/icon-phone.png",
                "js\/jquery.js",
                "js\/content_page.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery.js",
                "js\/content_page.js"
            ],
            "css": [
                "css\/content_page.css"
            ],
            "html": [
                "options.html"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}