Zoom用 出席済み出席者タブ自動で閉じるやぁーつ

Zoom用のミーティングにURLから参加した後に表示される出席済みタブを自動で閉じる拡張機能です。

What is Zoom用 出席済み出席者タブ自動で閉じるやぁーつ?

Zoom用 出席済み出席者タブ自動で閉じるやぁーつ is a Chrome extension developed by https://noriokun4649.blog.fc2.com, and its main feature is "Zoom用のミーティングにURLから参加した後に表示される出席済みタブを自動で閉じる拡張機能です。".

Extension Screenshots

screenshot

Download Zoom用 出席済み出席者タブ自動で閉じるやぁーつ Extension CRX File

Download Zoom用 出席済み出席者タブ自動で閉じるやぁーつ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Zoom用のミーティングにURLから参加した後に表示される出席済みタブを自動で閉じる拡張機能です。

※この拡張機能は 米国 Zoom Video Communications, Inc. によって提供されているものではありません。非公式です。                    

Extension Basic Information

Name Zoom用 出席済み出席者タブ自動で閉じるやぁーつ Zoom用 出席済み出席者タブ自動で閉じるやぁーつ
ID mhonefnpabnfjbhgbodlnnflccalhemm
Official URL https://chromewebstore.google.com/detail/zoom%E7%94%A8-%E5%87%BA%E5%B8%AD%E6%B8%88%E3%81%BF%E5%87%BA%E5%B8%AD%E8%80%85%E3%82%BF%E3%83%96%E8%87%AA%E5%8B%95%E3%81%A7%E9%96%89%E3%81%98%E3%82%8B%E3%82%84%E3%81%81%E3%83%BC%E3%81%A4/mhonefnpabnfjbhgbodlnnflccalhemm
Description Zoom用のミーティングにURLから参加した後に表示される出席済みタブを自動で閉じる拡張機能です。
File Size 8.74 KB
Installation Count 41
Current Version 1.0.1
Last Updated 2021-12-15
Publish Date 2020-06-03
Developer https://noriokun4649.blog.fc2.com
Email [email protected]
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Zoom\u7528 \u51fa\u5e2d\u6e08\u307f\u51fa\u5e2d\u8005\u30bf\u30d6\u81ea\u52d5\u3067\u9589\u3058\u308b\u3084\u3041\u30fc\u3064",
    "short_name": "ZoomAutoClose",
    "description": "Zoom\u7528\u306e\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u306bURL\u304b\u3089\u53c2\u52a0\u3057\u305f\u5f8c\u306b\u8868\u793a\u3055\u308c\u308b\u51fa\u5e2d\u6e08\u307f\u30bf\u30d6\u3092\u81ea\u52d5\u3067\u9589\u3058\u308b\u62e1\u5f35\u6a5f\u80fd\u3067\u3059\u3002",
    "version": "1.0.1",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs"
    ]
}