Auto Meet
Continue meet with out interruptions. Accept join request effortless.
Auto Meetとは何ですか?
Auto MeetはEvagoon Inc.によって開発されたChromeの拡張機能で、その主な機能は「Continue meet with out interruptions. Accept join request effortless.」です。
拡張機能のスクリーンショット
Auto Meet拡張機能のCRXファイルをダウンロード
Auto Meet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Focus on online meet explaining what matters the most. Install it and do not bother adding user while interrupting your meet. No need for operator to add sit and add user every time. Just install and forget. No logging, no adds, just tool that is made to ease on line meets.
拡張機能の基本情報
名前 | Auto Meet |
ID | kjnngggoadpbmpbdghbbfecfkomokmif |
公式URL | https://chromewebstore.google.com/detail/auto-meet/kjnngggoadpbmpbdghbbfecfkomokmif |
説明 | Continue meet with out interruptions. Accept join request effortless. |
ファイルサイズ | 43.83 KB |
インストール数 | 178 |
現在のバージョン | 1.0.5 |
最終更新日 | 2022-01-26 |
公開日 | 2020-10-08 |
開発者 | Evagoon Inc. |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "author": "Evagoon Inc.", "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": "tab-icon.png", "default_title": "Auto Meet" }, "content_scripts": [ { "js": [ "js\/hello12.js" ], "matches": [ "https:\/\/meet.google.com\/*" ] }, { "js": [ "js\/hello2.js" ], "matches": [ "*:\/\/www.amazon.in\/*" ] }, { "js": [ "js\/hello1.js" ], "matches": [ "*:\/\/www.flipkart.com\/*" ] } ], "description": "Continue meet with out interruptions. Accept join request effortless.", "icons": { "128": "icon\/icon-128.png", "16": "icon\/icon-16.png", "48": "icon\/icon-48.png" }, "manifest_version": 2, "name": "Auto Meet", "permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.5" } |