Google Chat copy message links

Adds button to copy links to message on Google Chat.

What is Google Chat copy message links?

Google Chat copy message links is a Chrome extension developed by 【NXTED】M.F, and its main feature is "Adds button to copy links to message on Google Chat.".

Extension Screenshots

screenshot

Download Google Chat copy message links Extension CRX File

Download Google Chat copy message links 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

                        Focus on the message and a button to copy the link will appear.

Tested Devices: Windows11                    

Extension Basic Information

Name Google Chat copy message links Google Chat copy message links
ID fcpndhggcmeanomlafjkgdnbjkbpkeih
Official URL https://chromewebstore.google.com/detail/google-chat-copy-message/fcpndhggcmeanomlafjkgdnbjkbpkeih
Description Adds button to copy links to message on Google Chat.
File Size 7.55 KB
Installation Count 134
Current Version 0.0.1
Last Updated 2023-09-15
Publish Date 2023-09-14
Developer 【NXTED】M.F
Email [email protected]
Payment Type free
Extension Website https://www.nxted.co.jp/
Supported Languages en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_desc__",
    "version": "0.0.1",
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.google.com\/*",
                "https:\/\/mail.google.com\/chat\/*",
                "https:\/\/mail.google.com\/mail\/*"
            ],
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}