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

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

Qu'est-ce que Zoom用 出席済み出席者タブ自動で閉じるやぁーつ ?

Zoom用 出席済み出席者タブ自動で閉じるやぁーつ est une extension Chrome développée par https://noriokun4649.blog.fc2.com, et sa fonction principale est "Zoom用のミーティングにURLから参加した後に表示される出席済みタブを自動で閉じる拡張機能です。".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Zoom用 出席済み出席者タブ自動で閉じるやぁーつ

Téléchargez les fichiers d'extension Zoom用 出席済み出席者タブ自動で閉じるやぁーつ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

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

Informations de Base sur l'Extension

Nom Zoom用 出席済み出席者タブ自動で閉じるやぁーつ Zoom用 出席済み出席者タブ自動で閉じるやぁーつ
ID mhonefnpabnfjbhgbodlnnflccalhemm
URL Officiel 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から参加した後に表示される出席済みタブを自動で閉じる拡張機能です。
Taille du Fichier 8.74 KB
Nombre d'Installations 41
Version Actuelle 1.0.1
Dernière Mise à Jour 2021-12-15
Date de Publication 2020-06-03
Développeur https://noriokun4649.blog.fc2.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}