Instant Meet
Start Google Meet calls instantly with just a click of a button!
Instant Meetとは何ですか?
Instant MeetはShahlin Ibrahimによって開発されたChromeの拡張機能で、その主な機能は「Start Google Meet calls instantly with just a click of a button!」です。
拡張機能のスクリーンショット
Instant Meet拡張機能のCRXファイルをダウンロード
Instant Meet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Get on a NEW Google Meet call with just a click of button; To make it even more convenient, the link is automatically copied so you can pass it on to others. For the lazy ones, you save a whole 7-10 seconds with this easy access 😂
Note: For the automatic copy to clipboard to work, you will need to allow access the first time it asks you 拡張機能の基本情報
| 名前 | |
| ID | pjgfblbagmedppcpibbgdkdhbdgehmmi |
| 公式URL | https://chromewebstore.google.com/detail/instant-meet/pjgfblbagmedppcpibbgdkdhbdgehmmi |
| 説明 | Start Google Meet calls instantly with just a click of a button! |
| ファイルサイズ | 10.62 KB |
| インストール数 | 79 |
| 現在のバージョン | 1.0.0 |
| 最終更新日 | 2023-08-04 |
| 公開日 | 2023-08-04 |
| 開発者 | Shahlin Ibrahim |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Instant Meet",
"description": "Start Google Meet calls instantly with just a click of a button!",
"version": "1.0.0",
"manifest_version": 3,
"author": "Shahlin Ibrahim",
"icons": {
"16": "images\/logo\/logo-16.png",
"32": "images\/logo\/logo-32.png",
"48": "images\/logo\/logo-48.png",
"128": "images\/logo\/logo-128.png"
},
"permissions": [],
"action": [],
"host_permissions": [
"https:\/\/meet.google.com\/*"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/meet.google.com\/*"
],
"js": [
"content-script.js"
]
}
]
} | |