Quote reply for Chat

Adds button to copy links to threads on Chat and adds button to messages to quote reply

Cos'è Quote reply for Chat?

Quote reply for Chat è un'estensione di Chrome sviluppata da Daniel Mendel, e la sua funzione principale è "Adds button to copy links to threads on Chat and adds button to messages to quote reply".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Quote reply for Chat

Scarica i file di estensione Quote reply for Chat 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

                        Adiciona um botão para copiar links para conversas no bate-papo do Google e adiciona um botão para citar uma resposta

O Bate-papo do Google não facilita a referência a tópicos de bate-papo vinculando a eles. Este plugin adiciona um botão a cada tópico para copiar um link para ele e também adiciona um botão para citar a resposta às mensagens. Selecione uma parte de uma mensagem e clique no botão citar resposta para citar essa parte específica ou simplesmente clique em citar resposta para citar a mensagem completa.                    

Informazioni di Base sull'Estensione

Nome Quote reply for Chat Quote reply for Chat
ID ahedbaplpdhdlekpbgcghkoknfiffgaa
URL Ufficiale https://chromewebstore.google.com/detail/quote-reply-for-chat/ahedbaplpdhdlekpbgcghkoknfiffgaa
Descrizione Adds button to copy links to threads on Chat and adds button to messages to quote reply
Dimensione del File 14.73 KB
Conteggio Installazioni 12,480
Versione Corrente 1.0.0
Ultimo Aggiornamento 2021-05-23
Data di Pubblicazione 2021-05-22
Valutazione 4.60/5 Totale 5 Valutazioni
Sviluppatore Daniel Mendel
Email [email protected]
Tipo di Pagamento free
Lingue Supportate pt-BR
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/chat\/*",
                "https:\/\/chat.google.com\/*"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "description": "Adds button to copy links to threads on Chat and adds button to messages to quote reply",
    "name": "Quote reply for Chat",
    "manifest_version": 2,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0"
}