Chat Thread Getchu

You will be able to get thread links for chat

O que é Chat Thread Getchu?

Chat Thread Getchu é uma extensão do Chrome desenvolvida por Mizuno, e sua principal característica é "You will be able to get thread links for chat".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Chat Thread Getchu

Baixe arquivos de extensão Chat Thread Getchu 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

                        It is a function that you can get the URL of each thread with google chat.
It's easy to lose track of the thread because it runs quickly, 
and it was difficult to tell this thread even if you wanted to share it with someone,
so please use this extension to get the URL and record or share it.                    

Informações Básicas da Extensão

Nome Chat Thread Getchu Chat Thread Getchu
ID hfbadkbkednhhimidcichmcmgeichgci
URL Oficial https://chromewebstore.google.com/detail/chat-thread-getchu/hfbadkbkednhhimidcichmcmgeichgci
Descrição You will be able to get thread links for chat
Tamanho do Arquivo 37.64 KB
Contagem de Instalações 3,878
Versão Atual 2.0.0
Última Atualização 2022-09-28
Data de Publicação 2021-09-09
Classificação 4.60/5 Total de 5 Avaliações
Desenvolvedor Mizuno
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "2.0.0",
    "default_locale": "en",
    "icons": {
        "128": "icon\/icon.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/chat.google.com\/**",
                "https:\/\/chat.google.com\/**",
                "http:\/\/mail.google.com\/chat\/**",
                "https:\/\/mail.google.com\/chat\/**"
            ],
            "js": [
                ".\/js\/main.bundle.js"
            ],
            "all_frames": true
        }
    ]
}