GChat copy thread link & quote reply

Add button to copy link to thread and add button to messages to quote reply on Google Chat

Что такое GChat copy thread link & quote reply?

GChat copy thread link & quote reply - это расширение Chrome, разработанное ml493470361, и его основная функция - "Add button to copy link to thread and add button to messages to quote reply on Google Chat".

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

screenshot

Скачать файл CRX расширения GChat copy thread link & quote reply

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

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

                        Easy to copy GChat thread link and quick quote reply                    

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

Название GChat copy thread link & quote reply GChat copy thread link & quote reply
ID dihkeojolddjojaplfcmibboccnhdghn
Официальный URL https://chromewebstore.google.com/detail/gchat-copy-thread-link-qu/dihkeojolddjojaplfcmibboccnhdghn
Описание Add button to copy link to thread and add button to messages to quote reply on Google Chat
Размер файла 6.46 KB
Количество установок 1,000
Текущая Версия 1.2
Последнее Обновление 2022-04-22
Дата публикации 2022-04-15
Рейтинг 3.00/5 Всего 2 оценок
Разработчик ml493470361
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GChat copy thread link & quote reply",
    "description": "Add button to copy link to thread and add button to messages to quote reply on Google Chat",
    "version": "1.2",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.google.com\/*",
                "https:\/\/mail.google.com\/chat\/*"
            ],
            "all_frames": true,
            "js": [
                "index.js"
            ],
            "run_at": "document_end"
        }
    ]
}