Google Chat Smart Order

Automatically orders your chats and rooms based on last message time and room pinning

Google Chat Smart Orderคืออะไร?

Google Chat Smart Order เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://colbywoods.dev และคุณลักษณะหลักของมันคือ "Automatically orders your chats and rooms based on last message time and room pinning"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Chat Smart Order

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

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

                        This Google Chat extension was created to order your Rooms and Chats in an intuitive way. See all your notifications at the top of the room or chat list rather than mixed throughout.

This extension automatically orders your rooms and chats as follows:

Pinned rooms with unread notifications ordered by last message received ordered most recent to least.
Unpinned rooms with unread notifications ordered by last message received ordered most recent to least.
Pinned rooms with no notifications ordered by last message received ordered most recent to least. 
Unpinned rooms with no notifications ordered by last message received ordered most recent to least.                    

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

ชื่อ Google Chat Smart Order Google Chat Smart Order
ID ojapallmnallikphlgkcpfimhjpngfcm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/google-chat-smart-order/ojapallmnallikphlgkcpfimhjpngfcm
คำอธิบาย Automatically orders your chats and rooms based on last message time and room pinning
ขนาดไฟล์ 10.97 KB
จำนวนการติดตั้ง 521
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2023-03-16
วันที่เผยแพร่ 2021-07-18
คะแนน 4.25/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://colbywoods.dev
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Chat Smart Order",
    "description": "Automatically orders your chats and rooms based on last message time and room pinning",
    "version": "1.0.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.google.com\/*",
                "https:\/\/mail.google.com\/chat\/*"
            ],
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}