Google Meet Attendance

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

Vad är Google Meet Attendance?

Google Meet Attendance är en Chrome-tillägg utvecklad av Jake Crowley, och dess huvudfunktion är "Save the time joined and left of all attendees with one click!".

Tilläggsskärmbilder

screenshot

Ladda ner Google Meet Attendance-förlängningens CRX-fil

Ladda ner Google Meet Attendance-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Google Meet Attendance Google Meet Attendance
ID ghcbncfgnbhdcjmhpoakkjojgekcejdf
Officiell webbadress https://chromewebstore.google.com/detail/google-meet-attendance/ghcbncfgnbhdcjmhpoakkjojgekcejdf
Beskrivning Save the time joined and left of all attendees with one click!
Filstorlek 18.23 KB
Antal Installationer 40,193
Aktuell Version 0.0.7
Senast Uppdaterad 2020-07-12
Publiceringsdatum 2020-05-13
Betyg 3.92/5 Totalt 50 Betyg
Utvecklare Jake Crowley
E-post [email protected]
Betalningssätt free
Hjälpsida URL https://jakecrowley.github.io/googlemeetattendance/privacy.html
URL till Sekretesspolicy Sidan https://jakecrowley.github.io/googlemeetattendance/privacy.html
Stödda Språk 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\/*"
    ]
}