LiveChat Extension

Webextension for LiveChat

LiveChat Extensionとは何ですか?

LiveChat Extensionはhttps://www.estos.deによって開発されたChromeの拡張機能で、その主な機能は「Webextension for LiveChat」です。

拡張機能のスクリーンショット

screenshot

LiveChat Extension拡張機能のCRXファイルをダウンロード

LiveChat Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        An extension for the LiveChat client. It enables additional features like

- idle detection                    

拡張機能の基本情報

名前 LiveChat Extension LiveChat Extension
ID kpgmlaghpfbdaomehllmhihhjbgecfbn
公式URL https://chromewebstore.google.com/detail/livechat-extension/kpgmlaghpfbdaomehllmhihhjbgecfbn
説明 Webextension for LiveChat
ファイルサイズ 24.25 KB
インストール数 427
現在のバージョン 0.5.0
最終更新日 2022-09-30
公開日 2020-01-19
評価 5.00/5 合計 1 レビュー
開発者 https://www.estos.de
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.estos.de/datenschutzerklaerung
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LiveChat Extension",
    "description": "Webextension for LiveChat",
    "version": "0.5.0",
    "homepage_url": "https:\/\/www.estos.de",
    "icons": {
        "48": "icons\/livechat-48.png",
        "96": "icons\/livechat-96.png",
        "128": "icons\/logo-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "webNavigation",
        "https:\/\/*\/",
        "idle"
    ],
    "page_action": {
        "browser_style": true,
        "default_icon": {
            "19": "icons\/livechat-pageicon-19.png",
            "38": "icons\/livechat-pageicon-38.png",
            "48": "icons\/livechat-pageicon-48.png"
        },
        "default_title": "LiveChat",
        "default_popup": "popup.html"
    }
}