Google Meet - Auto Meeting Notes

A privacy first auto notes taker for Google Meet/Hangouts meetings.

Google Meet - Auto Meeting Notesとは何ですか?

Google Meet - Auto Meeting NotesはHelper Functionsによって開発されたChromeの拡張機能で、その主な機能は「A privacy first auto notes taker for Google Meet/Hangouts meetings.」です。

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

screenshot
screenshot
screenshot
screenshot

Google Meet - Auto Meeting Notes拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Google Meets/Hangouts has this really cool live captions feature. This extension saves those captions as meeting notes. No meeting text or voice data is sent to any servers from this extension. All the processing happens on the client( your) end.                    

拡張機能の基本情報

名前 Google Meet - Auto Meeting Notes Google Meet - Auto Meeting Notes
ID dcbhlmadhngmgbnjlegflhpbijcbbdde
公式URL https://chromewebstore.google.com/detail/google-meet-auto-meeting/dcbhlmadhngmgbnjlegflhpbijcbbdde
説明 A privacy first auto notes taker for Google Meet/Hangouts meetings.
ファイルサイズ 213 KB
インストール数 3,770
現在のバージョン 1.0.7
最終更新日 2020-12-04
公開日 2020-06-04
評価 2.14/5 合計 7 レビュー
開発者 Helper Functions
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Meet - Auto Meeting Notes",
    "description": "A privacy first auto notes taker for Google Meet\/Hangouts meetings.",
    "author": "Aditya Kumar",
    "version": "1.0.7",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon128.png"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/meet.google.com\/*"
            ],
            "js": [
                "scripts\/jquery.min.js",
                "scripts\/jquery-ui.js",
                "scripts\/extension.js"
            ],
            "css": [
                "notes.css"
            ]
        }
    ],
    "manifest_version": 2,
    "web_accessible_resources": [
        "scripts\/script.js",
        "scripts\/script_post.js",
        "scripts\/print.jpg",
        "scripts\/print.css",
        "scripts\/edit.png"
    ],
    "content_security_policy": "script-src 'self'  https:\/\/code.jquery.com; object-src 'self'"
}