Trackit | Meet Attendance Tracker

Most advanced and easy to use attendance tracker for google meet.

Trackit | Meet Attendance Trackerとは何ですか?

Trackit | Meet Attendance Trackerはhttps://visualbrahma.techによって開発されたChromeの拡張機能で、その主な機能は「Most advanced and easy to use attendance tracker for google meet.」です。

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

screenshot
screenshot

Trackit | Meet Attendance Tracker拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Trackit is an attendance tracker tool. Trackit is the solution for saving attendance in google meet video calls. It's totally free to use and anyone can customise it as per their needs. Automatically save attendance during google meet video calls. The extension records attendance automatically when you are in a meet and saves it. Once the meet is over it will open the attendance report in a new tab. You can access your saved attendance data anytime on our website. 
Attendance report can be easily shared by link.

Website : - https://trackitnow.pythonanywhere.com

Source code is available on Github : https://github.com/blaze2004/trackit

Developed by Shubham Tiwari                    

拡張機能の基本情報

名前 Trackit | Meet Attendance Tracker Trackit | Meet Attendance Tracker
ID aopejafeamijmefcoclhohoaggbfhcgh
公式URL https://chromewebstore.google.com/detail/trackit-meet-attendance-t/aopejafeamijmefcoclhohoaggbfhcgh
説明 Most advanced and easy to use attendance tracker for google meet.
ファイルサイズ 310 KB
インストール数 147
現在のバージョン 1.4
最終更新日 2023-04-26
公開日 2022-03-01
評価 5.00/5 合計 2 レビュー
開発者 https://visualbrahma.tech
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://trackit.zeabur.app
ヘルプページのURL https://trackit.zeabur.app/mac/docs/
プライバシーポリシーページのURL https://trackit.zeabur.app/mac/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "128": "icons\/mac-logo-128.png",
            "16": "icons\/mac-logo-16.png",
            "32": "icons\/mac-logo-32.png",
            "48": "icons\/mac-logo-48.png"
        },
        "default_popup": "popup.html",
        "default_title": "Trackit | Meet Attendance Collector"
    },
    "author": "Shubham Tiwari",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "attendance.js"
            ],
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "js": [
                "save.js"
            ],
            "matches": [
                "https:\/\/trackit.zeabur.app\/*",
                "https:\/\/trackit.visualbrahma.tech\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "Most advanced and easy to use attendance tracker for google meet.",
    "icons": {
        "128": "icons\/mac-logo-128.png",
        "16": "icons\/mac-logo-16.png",
        "32": "icons\/mac-logo-32.png",
        "48": "icons\/mac-logo-48.png"
    },
    "manifest_version": 3,
    "name": "Trackit | Meet Attendance Tracker",
    "permissions": [
        "storage"
    ],
    "version": "1.4"
}