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
Vad är Lemtel - Supercharge Telegram for Work?
Lemtel - Supercharge Telegram for Work är en Chrome-tillägg utvecklad av Pearl Lemon, och dess huvudfunktion är "Lemtel is a productivity tool for Telegram power users. Lemtel sorts your unread messages into custom tabs on your browser".
Tilläggsskärmbilder
Ladda ner Lemtel - Supercharge Telegram for Work-förlängningens CRX-fil
Ladda ner Lemtel - Supercharge Telegram for Work-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Lemtel is a productivity tool for Telegram power users. Lemtel sorts your unread messages into custom tabs on your browser Grundläggande Information om Tillägg
| Namn | |
| ID | efolmmfboplmpeejdmdimdebpgooigmd |
| Officiell webbadress | https://chromewebstore.google.com/detail/lemtel-supercharge-telegr/efolmmfboplmpeejdmdimdebpgooigmd |
| Beskrivning | Lemtel is a productivity tool for Telegram power users. Lemtel sorts your unread messages into custom tabs on your browser |
| Filstorlek | 379 KB |
| Antal Installationer | 1,149 |
| Aktuell Version | 1.0.0 |
| Senast Uppdaterad | 2022-10-22 |
| Publiceringsdatum | 2022-10-21 |
| Betyg | 4.94/5 Totalt 17 Betyg |
| Utvecklare | Pearl Lemon |
| E-post | [email protected] |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | https://pearllemon.com/privacy-policy |
| Stödda Språk | 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"
]
}
} | |