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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
}