iPECS ONE Click to Dial

iPECS ONE Extension for Click to Dial

What is iPECS ONE Click to Dial?

iPECS ONE Click to Dial is a Chrome extension developed by Ericsson LG Enterprise, and its main feature is "iPECS ONE Extension for Click to Dial".

Extension Screenshots

screenshot

Download iPECS ONE Click to Dial Extension CRX File

Download iPECS ONE Click to Dial 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

                        iPECS ONE Extension for Click to Dial for Web page and Native host.                    

Extension Basic Information

Name iPECS ONE Click to Dial iPECS ONE Click to Dial
ID cbeapjoacbchooidbnacdahfkennpoff
Official URL https://chromewebstore.google.com/detail/ipecs-one-click-to-dial/cbeapjoacbchooidbnacdahfkennpoff
Description iPECS ONE Extension for Click to Dial
File Size 64.54 KB
Installation Count 1,856
Current Version 1.0.6
Last Updated 2024-02-28
Publish Date 2022-06-23
Rating 3.00/5 Total 2 Ratings
Developer Ericsson LG Enterprise
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "js\/Background.js"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery-3.2.1.min.js",
                "js\/ContentPage.js"
            ],
            "all_frames": true,
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "name": "iPECS ONE Click to Dial",
    "description": "iPECS ONE Extension for Click to Dial",
    "author": "iPECS ONE",
    "version": "1.0.6",
    "manifest_version": 3,
    "options_ui": {
        "page": "options\/options.html"
    },
    "permissions": [
        "storage",
        "nativeMessaging",
        "tabs"
    ],
    "action": {
        "default_icon": {
            "19": "images\/Icon19.png",
            "32": "images\/Icon32.png",
            "48": "images\/Icon48.png",
            "128": "images\/Icon128.png"
        },
        "default_title": "iPECS ONE Click to Dial"
    },
    "icons": {
        "19": "images\/Icon19.png",
        "32": "images\/Icon32.png",
        "48": "images\/Icon48.png",
        "128": "images\/Icon128.png"
    }
}