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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Pearl Lemon, και η κύρια λειτουργία του είναι "Lemtel is a productivity tool for Telegram power users. Lemtel sorts your unread messages into custom tabs on your browser".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Lemtel - Supercharge Telegram for Work
Λήψη αρχείων επέκτασης 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 |
ID | efolmmfboplmpeejdmdimdebpgooigmd |
Επίσημο URL | 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" ] } } |