Sort the Meet
Show yourself in alphabetical order in participants list
Wat is Sort the Meet?
Sort the Meet is een Chrome-extensie ontwikkeld door elizaveta.shashkova, en de belangrijkste functie is "Show yourself in alphabetical order in participants list".
Extensie Screenshots
Download het CRX-bestand van de extensie Sort the Meet
Download Sort the Meet-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Sort the Meet |
ID | dokbaedihaiifdlfgbeillibkpngoikg |
Officiële URL | https://chromewebstore.google.com/detail/sort-the-meet/dokbaedihaiifdlfgbeillibkpngoikg |
Beschrijving | Show yourself in alphabetical order in participants list |
Bestandsgrootte | 58.11 KB |
Aantal Installaties | 262 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2023-12-22 |
Publicatiedatum | 2021-09-25 |
Beoordeling | 4.67/5 Totaal 6 Beoordelingen |
Ontwikkelaar | elizaveta.shashkova |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://github.com/Elizaveta239/sort-the-meet/blob/master/privacy-policy.html |
Ondersteunde Talen | 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 } |