Google Chat Pin thread & quote reply

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

Co to jest Google Chat Pin thread & quote reply?

Google Chat Pin thread & quote reply to rozszerzenie Chrome opracowane przez pinghuy, a jego główną funkcją jest „Add more utilities for google chat, pin thread and quote reply”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Google Chat Pin thread & quote reply

Pobierz pliki rozszerzeń Google Chat Pin thread & quote reply w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Google Chat Pin thread & quote reply Google Chat Pin thread & quote reply
ID nfajjboppidehfknpjlicfikoakhljbk
Oficjalny URL https://chromewebstore.google.com/detail/google-chat-pin-thread-qu/nfajjboppidehfknpjlicfikoakhljbk
Opis Add more utilities for google chat, pin thread and quote reply
Rozmiar pliku 59.78 KB
Liczba instalacji 286
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2023-03-18
Data Publikacji 2023-03-17
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper pinghuy
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
}