Google Chat Pin thread & quote reply

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

Vad är Google Chat Pin thread & quote reply?

Google Chat Pin thread & quote reply är en Chrome-tillägg utvecklad av pinghuy, och dess huvudfunktion är "Add more utilities for google chat, pin thread and quote reply".

Tilläggsskärmbilder

screenshot

Ladda ner Google Chat Pin thread & quote reply-förlängningens CRX-fil

Ladda ner Google Chat Pin thread & quote reply-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Google Chat Pin thread & quote reply Google Chat Pin thread & quote reply
ID nfajjboppidehfknpjlicfikoakhljbk
Officiell webbadress https://chromewebstore.google.com/detail/google-chat-pin-thread-qu/nfajjboppidehfknpjlicfikoakhljbk
Beskrivning Add more utilities for google chat, pin thread and quote reply
Filstorlek 59.78 KB
Antal Installationer 286
Aktuell Version 1.0.0
Senast Uppdaterad 2023-03-18
Publiceringsdatum 2023-03-17
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare pinghuy
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
}