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
Eメール [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"
    }
}