Google Chat Pin thread & quote reply

Add more utilities for google chat, pin thread and quote reply

Was ist Google Chat Pin thread & quote reply?

Google Chat Pin thread & quote reply ist eine Chrome-Erweiterung, die von pinghuy entwickelt wurde, und ihr Hauptmerkmal ist "Add more utilities for google chat, pin thread and quote reply".

Erweiterungsscreenshots

screenshot

Google Chat Pin thread & quote reply-Erweiterungs-CRX-Datei herunterladen

Laden Sie Google Chat Pin thread & 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

                        Google chat currently has limited features, google chat booster adds pin thread feature, and reply quote feature helps users use google chat more effectively.                    

Grundlegende Informationen zur Erweiterung

Name Google Chat Pin thread & quote reply Google Chat Pin thread & quote reply
ID nfajjboppidehfknpjlicfikoakhljbk
Offizielle URL https://chromewebstore.google.com/detail/google-chat-pin-thread-qu/nfajjboppidehfknpjlicfikoakhljbk
Beschreibung Add more utilities for google chat, pin thread and quote reply
Dateigröße 59.78 KB
Installationsanzahl 286
Aktuelle Version 1.0.0
Letztes Update 2023-03-18
Veröffentlichungsdatum 2023-03-17
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler pinghuy
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "name": "Google Chat Pin thread & quote reply",
    "description": "Add more utilities for google chat, pin thread and quote reply",
    "version": "1.0.0",
    "manifest_version": 3,
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "action": [],
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/chat.google.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "contentScript.js"
            ],
            "all_frames": true
        }
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}