Google Chat thread links & quote reply
Adds button to copy links to threads on Google Chat and adds button to messages to quote reply
Was ist Google Chat thread links & quote reply?
Google Chat thread links & quote reply ist eine Chrome-Erweiterung, die von upman16 entwickelt wurde, und ihr Hauptmerkmal ist "Adds button to copy links to threads on Google Chat and adds button to messages to quote reply".
Erweiterungsscreenshots
Google Chat thread links & quote reply-Erweiterungs-CRX-Datei herunterladen
Laden Sie Google Chat thread links & quote reply-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
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
Grundlegende Informationen zur Erweiterung
Name | Google Chat thread links & quote reply |
ID | aogkhbmeeckelbhfemleoajbglamokbc |
Offizielle URL | https://chromewebstore.google.com/detail/google-chat-thread-links/aogkhbmeeckelbhfemleoajbglamokbc |
Beschreibung | Adds button to copy links to threads on Google Chat and adds button to messages to quote reply |
Dateigröße | 20.11 KB |
Installationsanzahl | 147,178 |
Aktuelle Version | 0.0.13 |
Letztes Update | 2023-07-08 |
Veröffentlichungsdatum | 2020-04-24 |
Bewertung | 3.82/5 Insgesamt 96 Bewertungen |
Entwickler | upman16 |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/upman/gchat-copy |
Hilfeseite URL | https://github.com/upman/gchat-copy/issues |
Unterstützte Sprachen | 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" } ] } |