Click To Call Chrome Extension

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

Qu'est-ce que Click To Call Chrome Extension ?

Click To Call Chrome Extension est une extension Chrome développée par https://www.techextension.com, et sa fonction principale est "This chrome extension use for click to call any number from chrome browser developed by TechExtension (www.techextension.com).".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Click To Call Chrome Extension

Téléchargez les fichiers d'extension Click To Call Chrome Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Click To Call Chrome Extension Click To Call Chrome Extension
ID cacalbbpkmcjpnlcjanfmmnffddhibhc
URL Officiel 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).
Taille du Fichier 55.27 KB
Nombre d'Installations 5,703
Version Actuelle 4.8
Dernière Mise à Jour 2022-08-01
Date de Publication 2020-05-21
Évaluation 3.38/5 Total 13 Évaluations
Développeur https://www.techextension.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.techextension.com/click-to-call-chrome-extension.php
URL de la Page d'Aide http://www.techextension.com/click-to-call-chrome-extension.php
URL de la Page de Politique de Confidentialité http://techextension.com/privacy-terms-and-conditions
Langues Prises en Charge 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
        }
    ]
}