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은(는) Pearl Lemon에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Lemtel is a productivity tool for Telegram power users. Lemtel sorts your unread messages into custom tabs on your browser"입니다.

확장 프로그램 스크린샷

screenshot

Lemtel - Supercharge Telegram for Work 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
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"
        ]
    }
}