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

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

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

Zoom用 出席済み出席者タブ自動で閉じるやぁーつ adalah ekstensi Chrome yang dikembangkan oleh https://noriokun4649.blog.fc2.com, dan fitur utamanya adalah "Zoom用のミーティングにURLから参加した後に表示される出席済みタブを自動で閉じる拡張機能です。".

Screenshot Ekstensi

screenshot

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

Unduh file ekstensi Zoom用 出席済み出席者タブ自動で閉じるやぁーつ dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

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

Informasi Dasar Ekstensi

Nama Zoom用 出席済み出席者タブ自動で閉じるやぁーつ Zoom用 出席済み出席者タブ自動で閉じるやぁーつ
ID mhonefnpabnfjbhgbodlnnflccalhemm
URL Resmi 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
Deskripsi Zoom用のミーティングにURLから参加した後に表示される出席済みタブを自動で閉じる拡張機能です。
Ukuran File 8.74 KB
Jumlah Instalasi 41
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2021-12-15
Tanggal Publikasi 2020-06-03
Pengembang https://noriokun4649.blog.fc2.com
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}