Google Chat thread links & quote reply

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

Wat is Google Chat thread links & quote reply?

Google Chat thread links & quote reply is een Chrome-extensie ontwikkeld door upman16, en de belangrijkste functie is "Adds button to copy links to threads on Google Chat and adds button to messages to quote reply".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Google Chat thread links & quote reply

Download Google Chat thread links & quote reply-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Google Chat thread links & quote reply Google Chat thread links & quote reply
ID aogkhbmeeckelbhfemleoajbglamokbc
Officiële URL https://chromewebstore.google.com/detail/google-chat-thread-links/aogkhbmeeckelbhfemleoajbglamokbc
Beschrijving Adds button to copy links to threads on Google Chat and adds button to messages to quote reply
Bestandsgrootte 20.11 KB
Aantal Installaties 147,178
Huidige Versie 0.0.13
Laatst Bijgewerkt 2023-07-08
Publicatiedatum 2020-04-24
Beoordeling 3.82/5 Totaal 96 Beoordelingen
Ontwikkelaar upman16
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/upman/gchat-copy
Help Pagina-URL https://github.com/upman/gchat-copy/issues
Ondersteunde Talen 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"
        }
    ]
}