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
Was ist Lemtel - Supercharge Telegram for Work?
Lemtel - Supercharge Telegram for Work ist eine Chrome-Erweiterung, die von Pearl Lemon entwickelt wurde, und ihr Hauptmerkmal ist "Lemtel is a productivity tool for Telegram power users. Lemtel sorts your unread messages into custom tabs on your browser".
Erweiterungsscreenshots
Lemtel - Supercharge Telegram for Work-Erweiterungs-CRX-Datei herunterladen
Laden Sie Lemtel - Supercharge Telegram for Work-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        Lemtel is a productivity tool for Telegram power users. Lemtel sorts your unread messages into custom tabs on your browser                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | efolmmfboplmpeejdmdimdebpgooigmd | 
| Offizielle URL | https://chromewebstore.google.com/detail/lemtel-supercharge-telegr/efolmmfboplmpeejdmdimdebpgooigmd | 
| Beschreibung | Lemtel is a productivity tool for Telegram power users. Lemtel sorts your unread messages into custom tabs on your browser | 
| Dateigröße | 379 KB | 
| Installationsanzahl | 1,149 | 
| Aktuelle Version | 1.0.0 | 
| Letztes Update | 2022-10-22 | 
| Veröffentlichungsdatum | 2022-10-21 | 
| Bewertung | 4.94/5 Insgesamt 17 Bewertungen | 
| Entwickler | Pearl Lemon | 
| [email protected] | |
| Zahlungsart | free | 
| URL der Datenschutzrichtlinien-Seite | https://pearllemon.com/privacy-policy | 
| Unterstützte Sprachen | 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"
        ]
    }
}  |  |