Google Meet Attendance

Save the time joined and left of all attendees with one click!

Apa itu Google Meet Attendance?

Google Meet Attendance adalah ekstensi Chrome yang dikembangkan oleh Jake Crowley, dan fitur utamanya adalah "Save the time joined and left of all attendees with one click!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Google Meet Attendance

Unduh file ekstensi Google Meet Attendance 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

                        Saves a list of all current attendees with one click in a Google Meet meeting with the time they joined and left to a spreadsheet. No user information is collected while using this extension.                    

Informasi Dasar Ekstensi

Nama Google Meet Attendance Google Meet Attendance
ID ghcbncfgnbhdcjmhpoakkjojgekcejdf
URL Resmi https://chromewebstore.google.com/detail/google-meet-attendance/ghcbncfgnbhdcjmhpoakkjojgekcejdf
Deskripsi Save the time joined and left of all attendees with one click!
Ukuran File 18.23 KB
Jumlah Instalasi 40,193
Versi Saat Ini 0.0.7
Terakhir Diperbarui 2020-07-12
Tanggal Publikasi 2020-05-13
Penilaian 3.92/5 Total 50 Penilaian
Pengembang Jake Crowley
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan https://jakecrowley.github.io/googlemeetattendance/privacy.html
URL Halaman Kebijakan Privasi https://jakecrowley.github.io/googlemeetattendance/privacy.html
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Meet Attendance",
    "version": "0.0.7",
    "manifest_version": 2,
    "description": "Save the time joined and left of all attendees with one click!",
    "homepage_url": "https:\/\/github.com\/jakecrowley\/Google-Meet-Attendance",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/inject.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Instructions Popup",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "https:\/\/meet.google.com\/*"
    ]
}