Thread Master
Extends Google Chat Threads with extra features
Qu'est-ce que Thread Master ?
Thread Master est une extension Chrome développée par threadmaster, et sa fonction principale est "Extends Google Chat Threads with extra features".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Thread Master
Téléchargez les fichiers d'extension Thread Master au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Thread master allows naming & renaming individual threads in google chat. The names are shared among all participants of the threaded room and changing a name should be visible to all those who also use this add-on. Additionally, displays links to all loaded threads in said room on the right side with a separate scroll bar to scroll through a large list of threads in selected room. Clicking on any of them will scroll to said thread. UPDATE: Added support for new google chat displayed through mail.google.com UPDATE 2: Added support for both chat.google.com and chat displayed through mail.google.com/chat UPDATE 3: Fixed compatibility with Chrome v92 (i.e. https://chromestatus.com/feature/5148698084376576 ) which didn't allow users to change thread names. UPDATE 4: Added support for dark mode UPDATE 5: fix for new google chat layout UPDATE 6: Added basic support for in-line threads.
Informations de Base sur l'Extension
Nom | Thread Master |
ID | aeojppplpcnfkmpcipigmoffjkiffken |
URL Officiel | https://chromewebstore.google.com/detail/thread-master/aeojppplpcnfkmpcipigmoffjkiffken |
Description | Extends Google Chat Threads with extra features |
Taille du Fichier | 50.96 KB |
Nombre d'Installations | 5,537 |
Version Actuelle | 0.2.0 |
Dernière Mise à Jour | 2023-04-03 |
Date de Publication | 2021-02-22 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | threadmaster |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://hotdesk.zsucic.com/static/hotdesk/occupy2e_privacypolicy.html |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Thread Master", "description": "Extends Google Chat Threads with extra features", "version": "0.2.0", "icons": { "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/chat.google.com\/u\/0\/frame*" ], "all_frames": true, "js": [ "threadmaster.js" ], "run_at": "document_end" } ] } |