Lemtel - Supercharge Telegram for Work

Lemtel is a productivity tool for Telegram power users. Lemtel sorts your unread messages into custom tabs on your browser

什麼是Lemtel - Supercharge Telegram for Work?

Lemtel - Supercharge Telegram for Work是由Pearl Lemon開發的Chrome擴展程式,該擴展的主要功能是“Lemtel is a productivity tool for Telegram power users. Lemtel sorts your unread messages into custom tabs on your browser”。

擴展截圖

screenshot

下載Lemtel - Supercharge Telegram for Work擴展crx文件

下載Lemtel - Supercharge Telegram for Work擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Lemtel is a productivity tool for Telegram power users. Lemtel sorts your unread messages into custom tabs on your browser                    

擴展基本資訊

名稱 Lemtel - Supercharge Telegram for Work Lemtel - Supercharge Telegram for Work
ID efolmmfboplmpeejdmdimdebpgooigmd
官方網址 https://chromewebstore.google.com/detail/lemtel-supercharge-telegr/efolmmfboplmpeejdmdimdebpgooigmd
簡介 Lemtel is a productivity tool for Telegram power users. Lemtel sorts your unread messages into custom tabs on your browser
檔案大小 379 KB
安裝次數 1,149
目前版本 1.0.0
更新時間 2022-10-22
上架時間 2022-10-21
評分 4.94/5 共 17 次評分
開發者 Pearl Lemon
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://pearllemon.com/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0",
    "manifest_version": 3,
    "name": "Lemtel - Supercharge Telegram for Work",
    "description": "Lemtel is a productivity tool for Telegram power users. Lemtel sorts your unread messages into custom tabs on your browser",
    "options_ui": {
        "page": "options.html"
    },
    "icons": {
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png"
    },
    "action": {
        "default_icon": {
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "64": "icons\/icon64.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.telegram.org\/*"
            ],
            "js": [
                "js\/vendor.js",
                "js\/contentScript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/web.telegram.org\/*"
            ],
            "resources": [
                "js\/injectScript.js",
                "assets\/images\/*",
                "assets\/fonts\/*",
                "style.css"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/serviceWorker.js"
    },
    "permissions": [
        "storage",
        "identity"
    ],
    "host_permissions": [
        "https:\/\/web.telegram.org\/*"
    ],
    "oauth2": {
        "client_id": "359184314056-bheumq0ll4c4728tt9v1re1bierk58e9.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/calendar.events"
        ]
    }
}