Click To Call Chrome Extension

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

Vad är Click To Call Chrome Extension?

Click To Call Chrome Extension är en Chrome-tillägg utvecklad av https://www.techextension.com, och dess huvudfunktion är "This chrome extension use for click to call any number from chrome browser developed by TechExtension (www.techextension.com).".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Click To Call Chrome Extension-förlängningens CRX-fil

Ladda ner Click To Call Chrome Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Click To Call Chrome Extension Click To Call Chrome Extension
ID cacalbbpkmcjpnlcjanfmmnffddhibhc
Officiell webbadress https://chromewebstore.google.com/detail/click-to-call-chrome-exte/cacalbbpkmcjpnlcjanfmmnffddhibhc
Beskrivning This chrome extension use for click to call any number from chrome browser developed by TechExtension (www.techextension.com).
Filstorlek 55.27 KB
Antal Installationer 5,703
Aktuell Version 4.8
Senast Uppdaterad 2022-08-01
Publiceringsdatum 2020-05-21
Betyg 3.38/5 Totalt 13 Betyg
Utvecklare https://www.techextension.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://www.techextension.com/click-to-call-chrome-extension.php
Hjälpsida URL http://www.techextension.com/click-to-call-chrome-extension.php
URL till Sekretesspolicy Sidan http://techextension.com/privacy-terms-and-conditions
Stödda Språk 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
        }
    ]
}