Meet Record Reminder

Reminds to start recording of the meeting

Meet Record Reminderとは何ですか?

Meet Record Reminderはuliana.sirotinaによって開発されたChromeの拡張機能で、その主な機能は「Reminds to start recording of the meeting」です。

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

screenshot

Meet Record Reminder拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This Chrome Browser Extension is a very in-your-face reminder to start the meeting recording.
You can hide it by simple clicking on it.                    

拡張機能の基本情報

名前 Meet Record Reminder Meet Record Reminder
ID cfmacobhiaapehklgmjciabokffpmiel
公式URL https://chromewebstore.google.com/detail/meet-record-reminder/cfmacobhiaapehklgmjciabokffpmiel
説明 Reminds to start recording of the meeting
ファイルサイズ 30.83 KB
インストール数 248
現在のバージョン 1.0
最終更新日 2021-08-11
公開日 2021-08-11
評価 5.00/5 合計 1 レビュー
開発者 uliana.sirotina
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Meet Record Reminder",
    "version": "1.0",
    "description": "Reminds to start recording of the meeting",
    "author": "Uliana Sirotina ",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/meet.google.com\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "css": [
                "styles.css"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "manifest_version": 3
}