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
What is Lemtel - Supercharge Telegram for Work?
Lemtel - Supercharge Telegram for Work is a Chrome extension developed by Pearl Lemon, and its main feature is "Lemtel is a productivity tool for Telegram power users. Lemtel sorts your unread messages into custom tabs on your browser".
Extension Screenshots
Download Lemtel - Supercharge Telegram for Work Extension CRX File
Download Lemtel - Supercharge Telegram for Work extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Lemtel is a productivity tool for Telegram power users. Lemtel sorts your unread messages into custom tabs on your browser
Extension Basic Information
Name | Lemtel - Supercharge Telegram for Work |
ID | efolmmfboplmpeejdmdimdebpgooigmd |
Official URL | https://chromewebstore.google.com/detail/lemtel-supercharge-telegr/efolmmfboplmpeejdmdimdebpgooigmd |
Description | Lemtel is a productivity tool for Telegram power users. Lemtel sorts your unread messages into custom tabs on your browser |
File Size | 379 KB |
Installation Count | 1,149 |
Current Version | 1.0.0 |
Last Updated | 2022-10-22 |
Publish Date | 2022-10-21 |
Rating | 4.94/5 Total 17 Ratings |
Developer | Pearl Lemon |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://pearllemon.com/privacy-policy |
Supported Languages | 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" ] } } |