G-Meet Auto Join
Automatically join G-Meet meetings !
G-Meet Auto Joinとは何ですか?
G-Meet Auto JoinはPrakhar Gurunaniによって開発されたChromeの拡張機能で、その主な機能は「Automatically join G-Meet meetings !」です。
拡張機能のスクリーンショット
G-Meet Auto Join拡張機能のCRXファイルをダウンロード
G-Meet Auto Join拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Who the hell loves attending 8 A.M classes ? Someone else can do this job more efficiently. Just save the meeting specifics (URL, time, duration...). The extension enters the meeting automatically, with audio and video turned off. It departs the meeting and closes the tab when the user-specified duration is achieved. Because this is a reoccurring event, the user will not have to save the meeting information every week. Note - The extension will not work if the browser is closed (basically true for all extensions). Atleast one browser window needs to remain open for the extension to work correctly.
拡張機能の基本情報
名前 | G-Meet Auto Join |
ID | fmnjbaiongfjhonkncinpegdeamhmbpo |
公式URL | https://chromewebstore.google.com/detail/g-meet-auto-join/fmnjbaiongfjhonkncinpegdeamhmbpo |
説明 | Automatically join G-Meet meetings ! |
ファイルサイズ | 108 KB |
インストール数 | 62 |
現在のバージョン | 1.0.1 |
最終更新日 | 2023-08-25 |
公開日 | 2022-01-21 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Prakhar Gurunani |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "G-Meet Auto Join", "description": "Automatically join G-Meet meetings !", "version": "1.0.1", "background": { "service_worker": "js\/background.js" }, "permissions": [ "alarms", "storage", "tabs", "scripting" ], "host_permissions": [ "https:\/\/meet.google.com\/*" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "action": { "default_popup": "html\/popup.html" } } |