Google Chat thread links & quote reply

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

What is Google Chat thread links & quote reply?

Google Chat thread links & quote reply is a Chrome extension developed by upman16, and its main feature is "Adds button to copy links to threads on Google Chat and adds button to messages to quote reply".

Extension Screenshots

screenshot

Download Google Chat thread links & quote reply Extension CRX File

Download Google Chat thread links & quote reply extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Google Chat thread links & quote reply Google Chat thread links & quote reply
ID aogkhbmeeckelbhfemleoajbglamokbc
Official URL https://chromewebstore.google.com/detail/google-chat-thread-links/aogkhbmeeckelbhfemleoajbglamokbc
Description Adds button to copy links to threads on Google Chat and adds button to messages to quote reply
File Size 20.11 KB
Installation Count 147,178
Current Version 0.0.13
Last Updated 2023-07-08
Publish Date 2020-04-24
Rating 3.82/5 Total 96 Ratings
Developer upman16
Email [email protected]
Payment Type free
Extension Website https://github.com/upman/gchat-copy
Help Page URL https://github.com/upman/gchat-copy/issues
Supported Languages 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"
        }
    ]
}