Google Chat Smart Order
Automatically orders your chats and rooms based on last message time and room pinning
Google Chat Smart Order là gì?
Google Chat Smart Order là một tiện ích mở rộng Chrome được phát triển bởi https://colbywoods.dev, và tính năng chính của nó là "Automatically orders your chats and rooms based on last message time and room pinning".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Google Chat Smart Order
Tải xuống các tệp mở rộng Google Chat Smart Order dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Google Chat Smart Order |
ID | ojapallmnallikphlgkcpfimhjpngfcm |
URL Chính Thức | https://chromewebstore.google.com/detail/google-chat-smart-order/ojapallmnallikphlgkcpfimhjpngfcm |
Mô tả | Automatically orders your chats and rooms based on last message time and room pinning |
Kích Thước Tệp | 10.97 KB |
Số Lần Cài Đặt | 521 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2023-03-16 |
Ngày Phát Hành | 2021-07-18 |
Đánh Giá | 4.25/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | https://colbywoods.dev |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } ] } |