GChat copy thread link & quote reply

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

Hvad er GChat copy thread link & quote reply?

GChat copy thread link & quote reply er en Chrome-udvidelse udviklet af ml493470361, og dens hovedfunktion er "Add button to copy link to thread and add button to messages to quote reply on Google Chat".

Udvidelsesskærmbilleder

screenshot

Download GChat copy thread link & quote reply-udvidelses-CRX-fil

Download GChat copy thread link & quote reply-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Easy to copy GChat thread link and quick quote reply                    

Grundlæggende oplysninger om udvidelsen

Navn GChat copy thread link & quote reply GChat copy thread link & quote reply
ID dihkeojolddjojaplfcmibboccnhdghn
Officiel URL https://chromewebstore.google.com/detail/gchat-copy-thread-link-qu/dihkeojolddjojaplfcmibboccnhdghn
Beskrivelse Add button to copy link to thread and add button to messages to quote reply on Google Chat
Filstørrelse 6.46 KB
Antal Installationer 1,000
Nuværende Version 1.2
Senest Opdateret 2022-04-22
Udgivelsesdato 2022-04-15
Bedømmelse 3.00/5 Samlet 2 Bedømmelser
Udvikler ml493470361
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
        }
    ]
}