Google Chat Smart Order

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

Qu'est-ce que Google Chat Smart Order ?

Google Chat Smart Order est une extension Chrome développée par https://colbywoods.dev, et sa fonction principale est "Automatically orders your chats and rooms based on last message time and room pinning".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Google Chat Smart Order

Téléchargez les fichiers d'extension Google Chat Smart Order au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Google Chat Smart Order Google Chat Smart Order
ID ojapallmnallikphlgkcpfimhjpngfcm
URL Officiel https://chromewebstore.google.com/detail/google-chat-smart-order/ojapallmnallikphlgkcpfimhjpngfcm
Description Automatically orders your chats and rooms based on last message time and room pinning
Taille du Fichier 10.97 KB
Nombre d'Installations 521
Version Actuelle 1.0.0
Dernière Mise à Jour 2023-03-16
Date de Publication 2021-07-18
Évaluation 4.25/5 Total 4 Évaluations
Développeur https://colbywoods.dev
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}