Google Chat copy message links

Adds button to copy links to message on Google Chat.

Что такое Google Chat copy message links?

Google Chat copy message links - это расширение Chrome, разработанное 【NXTED】M.F, и его основная функция - "Adds button to copy links to message on Google Chat.".

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

screenshot

Скачать файл CRX расширения Google Chat copy message links

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

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

                        Focus on the message and a button to copy the link will appear.

Tested Devices: Windows11                    

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

Название Google Chat copy message links Google Chat copy message links
ID fcpndhggcmeanomlafjkgdnbjkbpkeih
Официальный URL https://chromewebstore.google.com/detail/google-chat-copy-message/fcpndhggcmeanomlafjkgdnbjkbpkeih
Описание Adds button to copy links to message on Google Chat.
Размер файла 7.55 KB
Количество установок 134
Текущая Версия 0.0.1
Последнее Обновление 2023-09-15
Дата публикации 2023-09-14
Разработчик 【NXTED】M.F
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.nxted.co.jp/
Поддерживаемые языки en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_desc__",
    "version": "0.0.1",
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.google.com\/*",
                "https:\/\/mail.google.com\/chat\/*",
                "https:\/\/mail.google.com\/mail\/*"
            ],
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}