Google Chat thread links & quote reply
Adds button to copy links to threads on Google Chat and adds button to messages to quote reply
O que é Google Chat thread links & quote reply?
Google Chat thread links & quote reply é uma extensão do Chrome desenvolvida por upman16, e sua principal característica é "Adds button to copy links to threads on Google Chat and adds button to messages to quote reply".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Google Chat thread links & quote reply
Baixe arquivos de extensão Google Chat thread links & quote reply no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Google Chat thread links & quote reply |
ID | aogkhbmeeckelbhfemleoajbglamokbc |
URL Oficial | https://chromewebstore.google.com/detail/google-chat-thread-links/aogkhbmeeckelbhfemleoajbglamokbc |
Descrição | Adds button to copy links to threads on Google Chat and adds button to messages to quote reply |
Tamanho do Arquivo | 20.11 KB |
Contagem de Instalações | 147,178 |
Versão Atual | 0.0.13 |
Última Atualização | 2023-07-08 |
Data de Publicação | 2020-04-24 |
Classificação | 3.82/5 Total de 96 Avaliações |
Desenvolvedor | upman16 |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/upman/gchat-copy |
URL da Página de Ajuda | https://github.com/upman/gchat-copy/issues |
Idiomas Suportados | 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" } ] } |