Sort the Meet
Show yourself in alphabetical order in participants list
Sort the Meet là gì?
Sort the Meet là một tiện ích mở rộng Chrome được phát triển bởi elizaveta.shashkova, và tính năng chính của nó là "Show yourself in alphabetical order in participants list".
Ả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 Sort the Meet
Tải xuống các tệp mở rộng Sort the Meet 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
By default, when you open a list of participants in Google Meet, all the participants are shown in alphabetical order except of you. You're always shown on top of the list and it's hard to understand when is your turn to speak. Sort the Meet extension solves this problem and shows you not on top of the list, but in the correct alphabetical position.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Sort the Meet |
ID | dokbaedihaiifdlfgbeillibkpngoikg |
URL Chính Thức | https://chromewebstore.google.com/detail/sort-the-meet/dokbaedihaiifdlfgbeillibkpngoikg |
Mô tả | Show yourself in alphabetical order in participants list |
Kích Thước Tệp | 58.11 KB |
Số Lần Cài Đặt | 262 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2023-12-22 |
Ngày Phát Hành | 2021-09-25 |
Đánh Giá | 4.67/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | elizaveta.shashkova |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://github.com/Elizaveta239/sort-the-meet/blob/master/privacy-policy.html |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sort the Meet", "description": "Show yourself in alphabetical order in participants list", "version": "1.2", "content_scripts": [ { "matches": [ "https:\/\/meet.google.com\/*" ], "js": [ "js\/inject.js" ], "run_at": "document_idle", "all_frames": false } ], "icons": { "16": "icons\/sort16.png", "48": "icons\/sort48.png", "128": "icons\/sort128.png" }, "browser_action": { "default_icon": "icons\/sort48.png" }, "web_accessible_resources": [ "js\/sort-users.js" ], "manifest_version": 2 } |