GChat copy thread link & quote reply

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

Vad är GChat copy thread link & quote reply?

GChat copy thread link & quote reply är en Chrome-tillägg utvecklad av ml493470361, och dess huvudfunktion är "Add button to copy link to thread and add button to messages to quote reply on Google Chat".

Tilläggsskärmbilder

screenshot

Ladda ner GChat copy thread link & quote reply-förlängningens CRX-fil

Ladda ner GChat copy thread link & quote reply-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Easy to copy GChat thread link and quick quote reply                    

Grundläggande Information om Tillägg

Namn GChat copy thread link & quote reply GChat copy thread link & quote reply
ID dihkeojolddjojaplfcmibboccnhdghn
Officiell webbadress https://chromewebstore.google.com/detail/gchat-copy-thread-link-qu/dihkeojolddjojaplfcmibboccnhdghn
Beskrivning Add button to copy link to thread and add button to messages to quote reply on Google Chat
Filstorlek 6.46 KB
Antal Installationer 1,000
Aktuell Version 1.2
Senast Uppdaterad 2022-04-22
Publiceringsdatum 2022-04-15
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare ml493470361
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
        }
    ]
}