Google Chat thread links & quote reply
Adds button to copy links to threads on Google Chat and adds button to messages to quote reply
Cos'è Google Chat thread links & quote reply?
Google Chat thread links & quote reply è un'estensione di Chrome sviluppata da upman16, e la sua funzione principale è "Adds button to copy links to threads on Google Chat and adds button to messages to quote reply".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Google Chat thread links & quote reply
Scarica i file di estensione Google Chat thread links & quote reply in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Google Chat thread links & quote reply |
ID | aogkhbmeeckelbhfemleoajbglamokbc |
URL Ufficiale | https://chromewebstore.google.com/detail/google-chat-thread-links/aogkhbmeeckelbhfemleoajbglamokbc |
Descrizione | Adds button to copy links to threads on Google Chat and adds button to messages to quote reply |
Dimensione del File | 20.11 KB |
Conteggio Installazioni | 147,178 |
Versione Corrente | 0.0.13 |
Ultimo Aggiornamento | 2023-07-08 |
Data di Pubblicazione | 2020-04-24 |
Valutazione | 3.82/5 Totale 96 Valutazioni |
Sviluppatore | upman16 |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/upman/gchat-copy |
URL della Pagina di Aiuto | https://github.com/upman/gchat-copy/issues |
Lingue Supportate | 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" } ] } |