Telegram Pro

Workspaces for Telegram – answer faster & remove distractions

Telegram Proคืออะไร?

Telegram Pro เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Telegram Pro Labs และคุณลักษณะหลักของมันคือ "Workspaces for Telegram – answer faster & remove distractions"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Telegram Pro

ดาวน์โหลดไฟล์ส่วนขยาย Telegram Pro ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Workspaces for Telegram. Made for teams that use Telegram as a work messenger instead of Slack.

Telegram Pro allows you to:
- separate your work and personal chats with workspaces
- hide "Archive" & "Stories" in Work focus mode
- hide notifications from chats from other workspaces
- remove distractions for focus-intensive work like coding or design
- reply to your teammates faster 

How to use?
- Install extension, login with your work email to connect with your teammates in the future
- Set up Telegram folders, choose which to use as workspaces
- Select the default workspace which opens every time
- Press CMD + Shift + U to quickly switch between workspaces

Telegram Pro is private and never gets your Telegram login credentials or chat data. It runs as a browser extension on top of Telegram Web, which can be installed as a desktop app in 1 click.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Telegram Pro Telegram Pro
ID fnnpgdjbiagjnnbmafjclpojlligghic
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/telegram-pro/fnnpgdjbiagjnnbmafjclpojlligghic
คำอธิบาย Workspaces for Telegram – answer faster & remove distractions
ขนาดไฟล์ 444 KB
จำนวนการติดตั้ง 65
เวอร์ชันปัจจุบัน 0.4
อัปเดตครั้งล่าสุด 2023-11-05
วันที่เผยแพร่ 2023-10-19
ผู้พัฒนา Telegram Pro Labs
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://telegrampro.co/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Telegram Pro",
    "description": "Workspaces for Telegram \u2013 answer faster & remove distractions",
    "version": "0.4",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmkjJN9jxfpLGDNLaBne1fHQG8fxtb3ZxDlblgIK1lOnPeEmePcmKaDxbb5qPOMye7vukQC9L9ZgGkyWvSYB4WTh8G+VDeDhBOcwzT5DxvksjPk3fqFquwDTuScRSOrKEQnshS+rJUXStSxflrOzlo\/IUoY6qGNcnR8hpkBF0544nxCi4nhbFFupD4KYXv4RemxeiiSFzGJWkmPEJnIh2ieQxpmgGIuSVJpFgrEbLCkAeJqfME+NgJOZt4COWDQT7fZdZy30EgQ212WOeM8L583nCGf+Wy1i3nfW027nvzjHZ8avWcfVHVN8d4fnoBX31PX7A\/A1xfe4iTSdz73hUkwIDAQAB",
    "manifest_version": 3,
    "icons": {
        "128": "img\/logo.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Telegram Pro",
        "default_icon": "img\/logo.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.chunk-bd94902b.2d87e14d.js"
            ],
            "matches": [
                "https:\/\/web.telegram.org\/*",
                "http:\/\/web.telegram.org\/*"
            ],
            "type": "module"
        },
        {
            "js": [
                "assets\/content-script-loader.chunk-f5fd9c39.d0fcf5b6.js"
            ],
            "matches": [
                "https:\/\/web.telegram.org\/*",
                "http:\/\/web.telegram.org\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [],
            "resources": [
                "img\/logo.png"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "http:\/\/web.telegram.org\/*",
                "https:\/\/web.telegram.org\/*"
            ],
            "resources": [
                "assets\/chunk-bd94902b.js",
                "assets\/chunk-24983e15.js",
                "assets\/chunk-43271cc3.js",
                "assets\/chunk-f6abb02b.js",
                "assets\/chunk-f5fd9c39.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/telegrampro.co\/*"
        ]
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/web.telegram.org\/a\/"
    ],
    "commands": {
        "switch-workspace": {
            "description": "Activate workspace mode or switch to next workspace",
            "suggested_key": {
                "default": "Ctrl+Shift+U",
                "mac": "Command+Shift+U"
            }
        }
    }
}