Zoom post attendee tab closer
This extension will close the Zoom post attendee tab
Zoom post attendee tab closerとは何ですか?
Zoom post attendee tab closerはshaun.mcavinneyによって開発されたChromeの拡張機能で、その主な機能は「This extension will close the Zoom post attendee tab」です。
拡張機能のスクリーンショット
Zoom post attendee tab closer拡張機能のCRXファイルをダウンロード
Zoom post attendee tab closer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Do you constantly have Zoom Post Attendee tabs open? This will automatically close them.
拡張機能の基本情報
名前 | |
ID | lmcbckplaiijakfcdacphpekbigeadbm |
公式URL | https://chrome.google.com/webstore/detail/zoom-post-attendee-tab-cl/lmcbckplaiijakfcdacphpekbigeadbm |
説明 | This extension will close the Zoom post attendee tab |
ファイルサイズ | 27.08 KB |
インストール数 | 181 |
現在のバージョン | 1.6 |
最終更新日 | 2020-06-08 |
公開日 | 2020-06-08 |
評価 | 3.00/5 合計 2 レビュー |
開発者 | shaun.mcavinney |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Zoom post attendee tab closer", "description": "This extension will close the Zoom post attendee tab", "version": "1.6", "icons": { "128": "icon.png", "16": "icon16.png", "48": "icon48.png" }, "background": { "scripts": [ "zoomclose.js" ], "persistent": false }, "permissions": [ "tabs" ] } |