Click To Call Chrome Extension

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

Cos'è Click To Call Chrome Extension?

Click To Call Chrome Extension è un'estensione di Chrome sviluppata da https://www.techextension.com, e la sua funzione principale è "This chrome extension use for click to call any number from chrome browser developed by TechExtension (www.techextension.com).".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Click To Call Chrome Extension

Scarica i file di estensione Click To Call Chrome Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Click To Call Chrome Extension Click To Call Chrome Extension
ID cacalbbpkmcjpnlcjanfmmnffddhibhc
URL Ufficiale https://chromewebstore.google.com/detail/click-to-call-chrome-exte/cacalbbpkmcjpnlcjanfmmnffddhibhc
Descrizione This chrome extension use for click to call any number from chrome browser developed by TechExtension (www.techextension.com).
Dimensione del File 55.27 KB
Conteggio Installazioni 5,703
Versione Corrente 4.8
Ultimo Aggiornamento 2022-08-01
Data di Pubblicazione 2020-05-21
Valutazione 3.38/5 Totale 13 Valutazioni
Sviluppatore https://www.techextension.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.techextension.com/click-to-call-chrome-extension.php
URL della Pagina di Aiuto http://www.techextension.com/click-to-call-chrome-extension.php
URL della Pagina della Politica sulla Privacy http://techextension.com/privacy-terms-and-conditions
Lingue Supportate 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
        }
    ]
}