Genesis: Attendance From Zoom

Adds Copy/Paste buttons for attendance purposes between Zoom Usage and Genesis. For Bernards Township district.

Τι είναι το Genesis: Attendance From Zoom;

Το Genesis: Attendance From Zoom είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://ahogan.org, και η κύρια λειτουργία του είναι "Adds Copy/Paste buttons for attendance purposes between Zoom Usage and Genesis. For Bernards Township district.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Genesis: Attendance From Zoom

Λήψη αρχείων επέκτασης Genesis: Attendance From Zoom σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        When all students in a class zoom meeting are logged in with a @bernardsboe.com email address, this add-on will allow you to simply copy/paste your attendance.

Changes the layout of the Zoom.us "Usage" page to be cleaner, clearer, easier to read and understand. There is now a "Open Most Recent Meeting" button at the top, and you now can copy attendance data directly from the main page if you don't want to open the pop-up.

Now easier to use than ever:
When in Genesis attendance, just click "Go To Zoom", log in, and copy the class you need. Go back to your Genesis tab and click "Paste From Zoom". That's it!

----------------------------------------------------------------------------------------------------------------
Technical Information on Zoom Usage and Genesis Attendance
----------------------------------------------------------------------------------------------------------------

When in Zoom (The website)...
- Go to "Reports" on the left hand menu
- Go to "Usage", the top option
- Find the Zoom meeting you just had in the list below. Make sure it's the period/class you need to copy.
- Open the attendance for the meeting using the link under "Participants" for the zoom meeting you want

Now a new button appears! "Copy For Genesis" will show up in the screen. Click to copy the zoom attendance list.

Next, go to Genesis gradebook screen for the class you need to take attendance for.
- Select "Quick Links"
- Select "Post Attendance"

Now another new button appears, "Paste From Zoom".

You will be able to use this button to paste the data you copied as long as the date is correct and the class is correct!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Genesis: Attendance From Zoom Genesis: Attendance From Zoom
ID gkobgglgpfmapkcacekjjdncldlajlhn
Επίσημο URL https://chromewebstore.google.com/detail/genesis-attendance-from-z/gkobgglgpfmapkcacekjjdncldlajlhn
Περιγραφή Adds Copy/Paste buttons for attendance purposes between Zoom Usage and Genesis. For Bernards Township district.
Μέγεθος Αρχείου 504 KB
Αριθμός Εγκαταστάσεων 793
Τρέχουσα Έκδοση 1.09
Τελευταία Ενημέρωση 2021-05-07
Ημερομηνία Δημοσίευσης 2020-09-07
Προγραμματιστής https://ahogan.org
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://ahogan.org/genesis-paste-from-zoom/
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Genesis: Attendance From Zoom",
    "version": "1.09",
    "version_name": "1.09",
    "description": "Adds Copy\/Paste buttons for attendance purposes between Zoom Usage and Genesis. For Bernards Township district.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.zoom.us\/account\/my\/report*"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "zoom_page.js"
            ]
        },
        {
            "matches": [
                "*:\/\/genesis.genesisedu.com\/bernardsboe\/sis\/view?module=gradebook&category=gradebook&tab1=attendance&tab2=attendanceform&action=form*"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "attendence_page_1.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "48": "icons\/icon48x48.png",
        "96": "icons\/icon96x96.png",
        "128": "icons\/icon128x128.png"
    },
    "web_accessible_resources": [
        "\/index.html",
        "\/head.html"
    ]
}