Google Chat Mark as Read

Adds button to quickly mark all Google Chat Room notifications as read

Google Chat Mark as Readとは何ですか?

Google Chat Mark as Readはhttps://colbywoods.devによって開発されたChromeの拡張機能で、その主な機能は「Adds button to quickly mark all Google Chat Room notifications as read」です。

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

screenshot

Google Chat Mark as Read拡張機能のCRXファイルをダウンロード

Google Chat Mark as Read拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Google Chat Extension for Mail and Chat App to mark all rooms as read. 

Click the button and wait while the extension iterates through all rooms with unread messages and clears the notifications for you.

Save yourself some time and skip marking read by hand.                    

拡張機能の基本情報

名前 Google Chat Mark as Read Google Chat Mark as Read
ID mfoklnlmddfdpfmcdniicgacnoklginh
公式URL https://chromewebstore.google.com/detail/google-chat-mark-as-read/mfoklnlmddfdpfmcdniicgacnoklginh
説明 Adds button to quickly mark all Google Chat Room notifications as read
ファイルサイズ 12.43 KB
インストール数 1,000
現在のバージョン 1.0.0
最終更新日 2023-03-20
公開日 2021-07-16
評価 3.00/5 合計 2 レビュー
開発者 https://colbywoods.dev
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Google Chat Mark as Read",
    "version": "1.0.0",
    "description": "Adds button to quickly mark all Google Chat Room notifications as read",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.google.com\/*",
                "https:\/\/mail.google.com\/chat\/*"
            ],
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}