Google Meet Attendance Simple

A Simple and Sober Google Meet Attendance Extension

Google Meet Attendance Simpleとは何ですか?

Google Meet Attendance Simpleはomii2k01によって開発されたChromeの拡張機能で、その主な機能は「A Simple and Sober Google Meet Attendance Extension」です。

拡張機能のスクリーンショット

screenshot
screenshot

Google Meet Attendance Simple拡張機能のCRXファイルをダウンロード

Google Meet Attendance Simple拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        A Simple Attendance Extension                    

拡張機能の基本情報

名前 Google Meet Attendance Simple Google Meet Attendance Simple
ID pinionhaoejamhlnonkakfmbfbfdmnai
公式URL https://chromewebstore.google.com/detail/google-meet-attendance-si/pinionhaoejamhlnonkakfmbfbfdmnai
説明 A Simple and Sober Google Meet Attendance Extension
ファイルサイズ 16.03 KB
インストール数 361
現在のバージョン 1.501
最終更新日 2023-09-24
公開日 2020-11-04
評価 5.00/5 合計 1 レビュー
開発者 omii2k01
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://om-111.github.io/meetendence/
ヘルプページのURL https://om-111.github.io/meetendence/how-to-use
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "developer": {
        "name": "Omprakash Kambli (naikom111)",
        "url": "https:\/\/github.com\/om-111"
    },
    "description": "A Simple and Sober Google Meet Attendance Extension",
    "manifest_version": 2,
    "name": "Google Meet Attendance Simple",
    "version": "1.501",
    "permissions": [
        "activeTab",
        "https:\/\/meet.google.com\/*"
    ],
    "icons": {
        "16": "icons\/s16.png",
        "32": "icons\/s32.png",
        "48": "icons\/s48.png",
        "64": "icons\/s64.png",
        "96": "icons\/s96.png",
        "128": "icons\/s128.png"
    },
    "background": {
        "scripts": [
            "\/js\/whenInst.js"
        ]
    },
    "browser_action": {
        "browser_style": true,
        "default_popup": "popup\/meetendence.html",
        "default_icon": {
            "16": "icons\/s16.png",
            "32": "icons\/s32.png",
            "48": "icons\/s48.png",
            "64": "icons\/s64.png",
            "96": "icons\/s96.png",
            "128": "icons\/s128.png"
        }
    }
}