Google Chat Smart Order

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

Wat is Google Chat Smart Order?

Google Chat Smart Order is een Chrome-extensie ontwikkeld door https://colbywoods.dev, en de belangrijkste functie is "Automatically orders your chats and rooms based on last message time and room pinning".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Google Chat Smart Order

Download Google Chat Smart Order-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Google Chat Smart Order Google Chat Smart Order
ID ojapallmnallikphlgkcpfimhjpngfcm
Officiële URL https://chromewebstore.google.com/detail/google-chat-smart-order/ojapallmnallikphlgkcpfimhjpngfcm
Beschrijving Automatically orders your chats and rooms based on last message time and room pinning
Bestandsgrootte 10.97 KB
Aantal Installaties 521
Huidige Versie 1.0.0
Laatst Bijgewerkt 2023-03-16
Publicatiedatum 2021-07-18
Beoordeling 4.25/5 Totaal 4 Beoordelingen
Ontwikkelaar https://colbywoods.dev
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}