GChat copy thread link & quote reply

Add button to copy link to thread and add button to messages to quote reply on Google Chat

What is GChat copy thread link & quote reply?

GChat copy thread link & quote reply is a Chrome extension developed by ml493470361, and its main feature is "Add button to copy link to thread and add button to messages to quote reply on Google Chat".

Extension Screenshots

screenshot

Download GChat copy thread link & quote reply Extension CRX File

Download GChat copy thread link & 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

                        Easy to copy GChat thread link and quick quote reply                    

Extension Basic Information

Name GChat copy thread link & quote reply GChat copy thread link & quote reply
ID dihkeojolddjojaplfcmibboccnhdghn
Official URL https://chromewebstore.google.com/detail/gchat-copy-thread-link-qu/dihkeojolddjojaplfcmibboccnhdghn
Description Add button to copy link to thread and add button to messages to quote reply on Google Chat
File Size 6.46 KB
Installation Count 1,000
Current Version 1.2
Last Updated 2022-04-22
Publish Date 2022-04-15
Rating 3.00/5 Total 2 Ratings
Developer ml493470361
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GChat copy thread link & quote reply",
    "description": "Add button to copy link to thread and add button to messages to quote reply on Google Chat",
    "version": "1.2",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.google.com\/*",
                "https:\/\/mail.google.com\/chat\/*"
            ],
            "all_frames": true,
            "js": [
                "index.js"
            ],
            "run_at": "document_end"
        }
    ]
}