Sort the Meet
Show yourself in alphabetical order in participants list
Was ist Sort the Meet?
Sort the Meet ist eine Chrome-Erweiterung, die von elizaveta.shashkova entwickelt wurde, und ihr Hauptmerkmal ist "Show yourself in alphabetical order in participants list".
Erweiterungsscreenshots
Sort the Meet-Erweiterungs-CRX-Datei herunterladen
Laden Sie Sort the Meet-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Sort the Meet |
ID | dokbaedihaiifdlfgbeillibkpngoikg |
Offizielle URL | https://chromewebstore.google.com/detail/sort-the-meet/dokbaedihaiifdlfgbeillibkpngoikg |
Beschreibung | Show yourself in alphabetical order in participants list |
Dateigröße | 58.11 KB |
Installationsanzahl | 262 |
Aktuelle Version | 1.2 |
Letztes Update | 2023-12-22 |
Veröffentlichungsdatum | 2021-09-25 |
Bewertung | 4.67/5 Insgesamt 6 Bewertungen |
Entwickler | elizaveta.shashkova |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://github.com/Elizaveta239/sort-the-meet/blob/master/privacy-policy.html |
Unterstützte Sprachen | 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 } |