The Meeting Tab
Get Active Google Meet Tab.
The Meeting Tabとは何ですか?
The Meeting Tabはthemeetingtabによって開発されたChromeの拡張機能で、その主な機能は「Get Active Google Meet Tab.」です。
拡張機能のスクリーンショット
The Meeting Tab拡張機能のCRXファイルをダウンロード
The Meeting Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
One-click to get back to your active Google meeting tab. Simplicity is the king. That’s the most straightforward extension you can find. Just click the extension Icon, and the active meeting tab will instantly pop – No matter how many tabs or Chrome windows are open. It couldn’t be easier! * Don't forget to pin the extension after the installation. If you like this extension and use it, please rate it and spread the word :)
拡張機能の基本情報
名前 | The Meeting Tab |
ID | akmnoalaiejbicphdhagambchhchbnfi |
公式URL | https://chromewebstore.google.com/detail/the-meeting-tab/akmnoalaiejbicphdhagambchhchbnfi |
説明 | Get Active Google Meet Tab. |
ファイルサイズ | 17.98 KB |
インストール数 | 121 |
現在のバージョン | 1.0.0 |
最終更新日 | 2022-09-01 |
公開日 | 2022-08-18 |
評価 | 5.00/5 合計 10 レビュー |
開発者 | themeetingtab |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://themeetingtab.com |
ヘルプページのURL | https://themeetingtab.com/contact-us/ |
プライバシーポリシーページのURL | https://themeetingtab.com/privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "author": "Amit Bachbut", "action": { "default_icon": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "64": "images\/64.png" } }, "description": "Get Active Google Meet Tab.", "icons": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "64": "images\/64.png" }, "manifest_version": 3, "name": "The Meeting Tab", "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "permissions": [ "tabs", "scripting", "notifications" ], "version": "1.0.0" } |