GChat copy thread link & quote reply

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

Qu'est-ce que GChat copy thread link & quote reply ?

GChat copy thread link & quote reply est une extension Chrome développée par ml493470361, et sa fonction principale est "Add button to copy link to thread and add button to messages to quote reply on Google Chat".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension GChat copy thread link & quote reply

Téléchargez les fichiers d'extension GChat copy thread link & quote reply au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Easy to copy GChat thread link and quick quote reply                    

Informations de Base sur l'Extension

Nom GChat copy thread link & quote reply GChat copy thread link & quote reply
ID dihkeojolddjojaplfcmibboccnhdghn
URL Officiel https://chromewebstore.google.com/detail/gchat-copy-thread-link-qu/dihkeojolddjojaplfcmibboccnhdghn
Description Add button to copy link to thread and add button to messages to quote reply on Google Chat
Taille du Fichier 6.46 KB
Nombre d'Installations 1,000
Version Actuelle 1.2
Dernière Mise à Jour 2022-04-22
Date de Publication 2022-04-15
Évaluation 3.00/5 Total 2 Évaluations
Développeur ml493470361
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}