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".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου 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 |
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" } ] } |