Google Chat Smart Order
Automatically orders your chats and rooms based on last message time and room pinning
Co je Google Chat Smart Order?
Google Chat Smart Order je rozšíření Chrome vyvinuté https://colbywoods.dev, a jeho hlavní funkcí je „Automatically orders your chats and rooms based on last message time and room pinning“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Google Chat Smart Order
Stáhněte si soubory rozšíření Google Chat Smart Order ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Google Chat Smart Order |
ID | ojapallmnallikphlgkcpfimhjpngfcm |
Oficiální URL | https://chromewebstore.google.com/detail/google-chat-smart-order/ojapallmnallikphlgkcpfimhjpngfcm |
Popis | Automatically orders your chats and rooms based on last message time and room pinning |
Velikost souboru | 10.97 KB |
Počet instalací | 521 |
Aktuální Verze | 1.0.0 |
Poslední Aktualizace | 2023-03-16 |
Datum Vydání | 2021-07-18 |
Hodnocení | 4.25/5 Celkem 4 Hodnocení |
Vývojář | https://colbywoods.dev |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } ] } |