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

Co to jest Lemtel - Supercharge Telegram for Work?

Lemtel - Supercharge Telegram for Work to rozszerzenie Chrome opracowane przez Pearl Lemon, a jego główną funkcją jest „Lemtel is a productivity tool for Telegram power users. Lemtel sorts your unread messages into custom tabs on your browser”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Lemtel - Supercharge Telegram for Work

Pobierz pliki rozszerzeń Lemtel - Supercharge Telegram for Work w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Lemtel - Supercharge Telegram for Work Lemtel - Supercharge Telegram for Work
ID efolmmfboplmpeejdmdimdebpgooigmd
Oficjalny URL https://chromewebstore.google.com/detail/lemtel-supercharge-telegr/efolmmfboplmpeejdmdimdebpgooigmd
Opis Lemtel is a productivity tool for Telegram power users. Lemtel sorts your unread messages into custom tabs on your browser
Rozmiar pliku 379 KB
Liczba instalacji 1,149
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2022-10-22
Data Publikacji 2022-10-21
Ocena 4.94/5 Łącznie 17 Oceny
Deweloper Pearl Lemon
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://pearllemon.com/privacy-policy
Obsługiwane Języki 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"
        ]
    }
}