Google Chat copy message links

Adds button to copy links to message on Google Chat.

Wat is Google Chat copy message links?

Google Chat copy message links is een Chrome-extensie ontwikkeld door 【NXTED】M.F, en de belangrijkste functie is "Adds button to copy links to message on Google Chat.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Google Chat copy message links

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

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

Tested Devices: Windows11                    

Basisinformatie over de Extensie

Naam Google Chat copy message links Google Chat copy message links
ID fcpndhggcmeanomlafjkgdnbjkbpkeih
Officiële URL https://chromewebstore.google.com/detail/google-chat-copy-message/fcpndhggcmeanomlafjkgdnbjkbpkeih
Beschrijving Adds button to copy links to message on Google Chat.
Bestandsgrootte 7.55 KB
Aantal Installaties 134
Huidige Versie 0.0.1
Laatst Bijgewerkt 2023-09-15
Publicatiedatum 2023-09-14
Ontwikkelaar 【NXTED】M.F
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.nxted.co.jp/
Ondersteunde Talen 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"
        }
    ]
}