Google Chat thread links & quote reply
Adds button to copy links to threads on Google Chat and adds button to messages to quote reply
Qu'est-ce que Google Chat thread links & quote reply ?
Google Chat thread links & quote reply est une extension Chrome développée par upman16, et sa fonction principale est "Adds button to copy links to threads on Google Chat and adds button to messages to quote reply".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Google Chat thread links & quote reply
Téléchargez les fichiers d'extension Google Chat thread links & quote reply 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
Google Chat does not make it easy to reference chat threads by linking to them. This plugin adds a button to each thread to copy a link to it and also adds a button to quote reply to messages. Select a part of a message and click on the quote reply button to quote that particular part or simply click on quote reply to quote the complete message. Consider donating to keep the extension up and maintained if you enjoy it. https://bit.ly/3p5hD2o
Informations de Base sur l'Extension
Nom | Google Chat thread links & quote reply |
ID | aogkhbmeeckelbhfemleoajbglamokbc |
URL Officiel | https://chromewebstore.google.com/detail/google-chat-thread-links/aogkhbmeeckelbhfemleoajbglamokbc |
Description | Adds button to copy links to threads on Google Chat and adds button to messages to quote reply |
Taille du Fichier | 20.11 KB |
Nombre d'Installations | 147,178 |
Version Actuelle | 0.0.13 |
Dernière Mise à Jour | 2023-07-08 |
Date de Publication | 2020-04-24 |
Évaluation | 3.82/5 Total 96 Évaluations |
Développeur | upman16 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/upman/gchat-copy |
URL de la Page d'Aide | https://github.com/upman/gchat-copy/issues |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Google Chat thread links & quote reply", "description": "Adds button to copy links to threads on Google Chat and adds button to messages to quote reply", "version": "0.0.13", "content_scripts": [ { "matches": [ "https:\/\/chat.google.com\/*", "https:\/\/mail.google.com\/chat\/*" ], "all_frames": true, "js": [ "content.js" ], "run_at": "document_end" } ] } |