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"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ 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 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"
        ]
    }
}