Google Chat Pin thread & quote reply

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

Что такое Google Chat Pin thread & quote reply?

Google Chat Pin thread & quote reply - это расширение Chrome, разработанное pinghuy, и его основная функция - "Add more utilities for google chat, pin thread and quote reply".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Google Chat Pin thread & quote reply

Скачайте файлы расширений Google Chat Pin thread & quote reply в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название Google Chat Pin thread & quote reply Google Chat Pin thread & quote reply
ID nfajjboppidehfknpjlicfikoakhljbk
Официальный URL https://chromewebstore.google.com/detail/google-chat-pin-thread-qu/nfajjboppidehfknpjlicfikoakhljbk
Описание Add more utilities for google chat, pin thread and quote reply
Размер файла 59.78 KB
Количество установок 286
Текущая Версия 1.0.0
Последнее Обновление 2023-03-18
Дата публикации 2023-03-17
Рейтинг 5.00/5 Всего 2 оценок
Разработчик pinghuy
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
}