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 là gì?

Lemtel - Supercharge Telegram for Work là một tiện ích mở rộng Chrome được phát triển bởi Pearl Lemon, và tính năng chính của nó là "Lemtel is a productivity tool for Telegram power users. Lemtel sorts your unread messages into custom tabs on your browser".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Lemtel - Supercharge Telegram for Work

Tải xuống các tệp mở rộng Lemtel - Supercharge Telegram for Work dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Lemtel - Supercharge Telegram for Work Lemtel - Supercharge Telegram for Work
ID efolmmfboplmpeejdmdimdebpgooigmd
URL Chính Thức https://chromewebstore.google.com/detail/lemtel-supercharge-telegr/efolmmfboplmpeejdmdimdebpgooigmd
Mô tả Lemtel is a productivity tool for Telegram power users. Lemtel sorts your unread messages into custom tabs on your browser
Kích Thước Tệp 379 KB
Số Lần Cài Đặt 1,149
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2022-10-22
Ngày Phát Hành 2022-10-21
Đánh Giá 4.94/5 Tổng số 17 Đánh Giá
Nhà Phát Triển Pearl Lemon
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://pearllemon.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}