Google Chat Pin thread & quote reply

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

What is Google Chat Pin thread & quote reply?

Google Chat Pin thread & quote reply is a Chrome extension developed by pinghuy, and its main feature is "Add more utilities for google chat, pin thread and quote reply".

Extension Screenshots

screenshot

Download Google Chat Pin thread & quote reply Extension CRX File

Download Google Chat Pin thread & quote reply extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Google Chat Pin thread & quote reply Google Chat Pin thread & quote reply
ID nfajjboppidehfknpjlicfikoakhljbk
Official URL https://chromewebstore.google.com/detail/google-chat-pin-thread-qu/nfajjboppidehfknpjlicfikoakhljbk
Description Add more utilities for google chat, pin thread and quote reply
File Size 59.78 KB
Installation Count 286
Current Version 1.0.0
Last Updated 2023-03-18
Publish Date 2023-03-17
Rating 5.00/5 Total 2 Ratings
Developer pinghuy
Email [email protected]
Payment Type free
Supported Languages 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"
}