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
官方網址 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"
    }
}