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
Cos'è Lemtel - Supercharge Telegram for Work?
Lemtel - Supercharge Telegram for Work è un'estensione di Chrome sviluppata da Pearl Lemon, e la sua funzione principale è "Lemtel is a productivity tool for Telegram power users. Lemtel sorts your unread messages into custom tabs on your browser".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Lemtel - Supercharge Telegram for Work
Scarica i file di estensione Lemtel - Supercharge Telegram for Work in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Lemtel is a productivity tool for Telegram power users. Lemtel sorts your unread messages into custom tabs on your browser Informazioni di Base sull'Estensione
| Nome | |
| ID | efolmmfboplmpeejdmdimdebpgooigmd |
| URL Ufficiale | https://chromewebstore.google.com/detail/lemtel-supercharge-telegr/efolmmfboplmpeejdmdimdebpgooigmd |
| Descrizione | Lemtel is a productivity tool for Telegram power users. Lemtel sorts your unread messages into custom tabs on your browser |
| Dimensione del File | 379 KB |
| Conteggio Installazioni | 1,149 |
| Versione Corrente | 1.0.0 |
| Ultimo Aggiornamento | 2022-10-22 |
| Data di Pubblicazione | 2022-10-21 |
| Valutazione | 4.94/5 Totale 17 Valutazioni |
| Sviluppatore | Pearl Lemon |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina della Politica sulla Privacy | https://pearllemon.com/privacy-policy |
| Lingue Supportate | 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"
]
}
} | |