Google Chat Pin thread & quote reply

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

Wat is Google Chat Pin thread & quote reply?

Google Chat Pin thread & quote reply is een Chrome-extensie ontwikkeld door pinghuy, en de belangrijkste functie is "Add more utilities for google chat, pin thread and quote reply".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Google Chat Pin thread & quote reply

Download Google Chat Pin thread & quote reply-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Google Chat Pin thread & quote reply Google Chat Pin thread & quote reply
ID nfajjboppidehfknpjlicfikoakhljbk
Officiële URL https://chromewebstore.google.com/detail/google-chat-pin-thread-qu/nfajjboppidehfknpjlicfikoakhljbk
Beschrijving Add more utilities for google chat, pin thread and quote reply
Bestandsgrootte 59.78 KB
Aantal Installaties 286
Huidige Versie 1.0.0
Laatst Bijgewerkt 2023-03-18
Publicatiedatum 2023-03-17
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar pinghuy
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
}