GChat copy thread link & quote reply

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

Was ist GChat copy thread link & quote reply?

GChat copy thread link & quote reply ist eine Chrome-Erweiterung, die von ml493470361 entwickelt wurde, und ihr Hauptmerkmal ist "Add button to copy link to thread and add button to messages to quote reply on Google Chat".

Erweiterungsscreenshots

screenshot

GChat copy thread link & quote reply-Erweiterungs-CRX-Datei herunterladen

Laden Sie GChat copy thread link & quote reply-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Easy to copy GChat thread link and quick quote reply                    

Grundlegende Informationen zur Erweiterung

Name GChat copy thread link & quote reply GChat copy thread link & quote reply
ID dihkeojolddjojaplfcmibboccnhdghn
Offizielle URL https://chromewebstore.google.com/detail/gchat-copy-thread-link-qu/dihkeojolddjojaplfcmibboccnhdghn
Beschreibung Add button to copy link to thread and add button to messages to quote reply on Google Chat
Dateigröße 6.46 KB
Installationsanzahl 1,000
Aktuelle Version 1.2
Letztes Update 2022-04-22
Veröffentlichungsdatum 2022-04-15
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler ml493470361
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
        }
    ]
}