Meet Assistant
Only way for you to record your precious meetings on google meet.
Meet Assistantとは何ですか?
Meet Assistantはhttps://googlemeetrecord.comによって開発されたChromeの拡張機能で、その主な機能は「Only way for you to record your precious meetings on google meet.」です。
拡張機能のスクリーンショット
Meet Assistant拡張機能のCRXファイルをダウンロード
Meet Assistant拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Meet Assistant is the only free screen recording tool on google meet, providing you with the option of capturing unlimited videos and saving them on your system and drive side by side. Available for Mac, Windows and Linux.
拡張機能の基本情報
名前 | Meet Assistant |
ID | dnofffnpfhkjcnicnbikofkmgckebdpm |
公式URL | https://chromewebstore.google.com/detail/meet-assistant/dnofffnpfhkjcnicnbikofkmgckebdpm |
説明 | Only way for you to record your precious meetings on google meet. |
ファイルサイズ | 108 KB |
インストール数 | 2,567 |
現在のバージョン | 1.1 |
最終更新日 | 2022-09-11 |
公開日 | 2022-05-28 |
評価 | 5.00/5 合計 15 レビュー |
開発者 | https://googlemeetrecord.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://googlemeetrecord.com/ |
ヘルプページのURL | https://googlemeetrecord.com/ |
プライバシーポリシーページのURL | https://googlemeetrecord.com/privacy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Meet Assistant", "description": "Only way for you to record your precious meetings on google meet.", "version": "1.1", "permissions": [ "webNavigation", "tabs", "storage", "cookies" ], "host_permissions": [ "https:\/\/meet.google.com\/*", "https:\/\/accounts.google.com\/o\/oauth2\/auth" ], "background": { "service_worker": "\/scripts\/background\/background.js" }, "content_scripts": [ { "css": [ "style\/style.css" ], "matches": [ "https:\/\/meet.google.com\/*" ], "js": [ "scripts\/jquery-3.4.1.min.js", "scripts\/stimulus.umd.js", "scripts\/swal.min.js", "scripts\/content\/upload.js", "scripts\/content\/recorder.js", "scripts\/content\/login_user.js", "scripts\/content\/content.js", "apis\/srv_api.js" ], "run_at": "document_end" } ], "icons": { "16": ".\/assets\/icons\/48.png", "48": ".\/assets\/icons\/128.png", "128": ".\/assets\/icons\/128.png" }, "web_accessible_resources": [ { "resources": [ "assets\/images\/*.png", "assets\/images\/*.ico", "scripts\/*" ], "matches": [ " |