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是由https://colbywoods.dev開發的Chrome擴展程式,該擴展的主要功能是“Automatically orders your chats and rooms based on last message time and room pinning”。

擴展截圖

screenshot

下載Google Chat Smart Order擴展crx文件

下載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
官方網址 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"
        }
    ]
}