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はml493470361によって開発されたChromeの拡張機能で、その主な機能は「Add button to copy link to thread and add button to messages to quote reply on Google Chat」です。

拡張機能のスクリーンショット

screenshot

GChat copy thread link & quote reply拡張機能のCRXファイルをダウンロード

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
Eメール [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"
        }
    ]
}