iPECS ONE Click to Dial

iPECS ONE Extension for Click to Dial

什么是iPECS ONE Click to Dial?

iPECS ONE Click to Dial是由Ericsson LG Enterprise开发的Chrome扩展程序,该扩展的主要功能是“iPECS ONE Extension for Click to Dial”。

扩展截图

screenshot

下载iPECS ONE Click to Dial扩展crx文件

下载iPECS ONE Click to Dial扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 iPECS ONE Click to Dial iPECS ONE Click to Dial
ID cbeapjoacbchooidbnacdahfkennpoff
官方URL https://chromewebstore.google.com/detail/ipecs-one-click-to-dial/cbeapjoacbchooidbnacdahfkennpoff
简介 iPECS ONE Extension for Click to Dial
文件大小 64.54 KB
安装次数 1,856
当前版本 1.0.6
更新时间 2024-02-28
上架时间 2022-06-23
评分 3.00/5 共2次评分
开发者 Ericsson LG Enterprise
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    }
}