Google Chat Smart Order
Automatically orders your chats and rooms based on last message time and room pinning
Apa itu Google Chat Smart Order?
Google Chat Smart Order adalah ekstensi Chrome yang dikembangkan oleh https://colbywoods.dev, dan fitur utamanya adalah "Automatically orders your chats and rooms based on last message time and room pinning".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Google Chat Smart Order
Unduh file ekstensi Google Chat Smart Order dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Google Chat Smart Order |
ID | ojapallmnallikphlgkcpfimhjpngfcm |
URL Resmi | https://chromewebstore.google.com/detail/google-chat-smart-order/ojapallmnallikphlgkcpfimhjpngfcm |
Deskripsi | Automatically orders your chats and rooms based on last message time and room pinning |
Ukuran File | 10.97 KB |
Jumlah Instalasi | 521 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2023-03-16 |
Tanggal Publikasi | 2021-07-18 |
Penilaian | 4.25/5 Total 4 Penilaian |
Pengembang | https://colbywoods.dev |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } ] } |