Google Chat Pin thread & quote reply

Add more utilities for google chat, pin thread and quote reply

O que é Google Chat Pin thread & quote reply?

Google Chat Pin thread & quote reply é uma extensão do Chrome desenvolvida por pinghuy, e sua principal característica é "Add more utilities for google chat, pin thread and quote reply".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Google Chat Pin thread & quote reply

Baixe arquivos de extensão Google Chat Pin thread & 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 currently has limited features, google chat booster adds pin thread feature, and reply quote feature helps users use google chat more effectively.                    

Informações Básicas da Extensão

Nome Google Chat Pin thread & quote reply Google Chat Pin thread & quote reply
ID nfajjboppidehfknpjlicfikoakhljbk
URL Oficial https://chromewebstore.google.com/detail/google-chat-pin-thread-qu/nfajjboppidehfknpjlicfikoakhljbk
Descrição Add more utilities for google chat, pin thread and quote reply
Tamanho do Arquivo 59.78 KB
Contagem de Instalações 286
Versão Atual 1.0.0
Última Atualização 2023-03-18
Data de Publicação 2023-03-17
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor pinghuy
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "name": "Google Chat Pin thread & quote reply",
    "description": "Add more utilities for google chat, pin thread and quote reply",
    "version": "1.0.0",
    "manifest_version": 3,
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "action": [],
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/chat.google.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "contentScript.js"
            ],
            "all_frames": true
        }
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}