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
官方網址 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
電子郵箱 [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"
    }
}