Google Chat Pin thread & quote reply

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

Co je Google Chat Pin thread & quote reply?

Google Chat Pin thread & quote reply je rozšíření Chrome vyvinuté pinghuy, a jeho hlavní funkcí je „Add more utilities for google chat, pin thread and quote reply“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Google Chat Pin thread & quote reply

Stáhněte si soubory rozšíření Google Chat Pin thread & quote reply ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Google Chat Pin thread & quote reply Google Chat Pin thread & quote reply
ID nfajjboppidehfknpjlicfikoakhljbk
Oficiální URL https://chromewebstore.google.com/detail/google-chat-pin-thread-qu/nfajjboppidehfknpjlicfikoakhljbk
Popis Add more utilities for google chat, pin thread and quote reply
Velikost souboru 59.78 KB
Počet instalací 286
Aktuální Verze 1.0.0
Poslední Aktualizace 2023-03-18
Datum Vydání 2023-03-17
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář pinghuy
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
}