GChat copy thread link & quote reply

Add button to copy link to thread and add button to messages to quote reply on Google Chat

O que é GChat copy thread link & quote reply?

GChat copy thread link & quote reply é uma extensão do Chrome desenvolvida por ml493470361, e sua principal característica é "Add button to copy link to thread and add button to messages to quote reply on Google Chat".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão GChat copy thread link & quote reply

Baixe arquivos de extensão GChat copy thread link & 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

                        Easy to copy GChat thread link and quick quote reply                    

Informações Básicas da Extensão

Nome GChat copy thread link & quote reply GChat copy thread link & quote reply
ID dihkeojolddjojaplfcmibboccnhdghn
URL Oficial https://chromewebstore.google.com/detail/gchat-copy-thread-link-qu/dihkeojolddjojaplfcmibboccnhdghn
Descrição Add button to copy link to thread and add button to messages to quote reply on Google Chat
Tamanho do Arquivo 6.46 KB
Contagem de Instalações 1,000
Versão Atual 1.2
Última Atualização 2022-04-22
Data de Publicação 2022-04-15
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor ml493470361
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GChat copy thread link & quote reply",
    "description": "Add button to copy link to thread and add button to messages to quote reply on Google Chat",
    "version": "1.2",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.google.com\/*",
                "https:\/\/mail.google.com\/chat\/*"
            ],
            "all_frames": true,
            "js": [
                "index.js"
            ],
            "run_at": "document_end"
        }
    ]
}