Greasy Fork is available in English.

_Echo360 ID Revealer

Adds user IDs to the echo360 Users admin page. Prints section IDs to the console on the Courses page.

المؤلف
Jim Monaco
التثبيت اليومي
0
إجمالي التثبيت
4
التقييمات
0 0 0
الإصدار
1.0
تم إنشاؤه
08-03-2022
تم تحديثه
08-03-2022
الترخيص
MIT
ينطبق على

Helper script for admins of the echo360 lecture capture system.
Looking up the internal uuid for a user or a section is often needed for api and csv integration work.
The uuid of users is not exposed on the UI, but is referenced in the html data-object attribute.
The uuid of sections is not exposed on the UI, but is available in the href link of listed course sections.

At echo360.org/admin/courses:
This script searches for the css class structure of course section list items, and if found, prints the name and UUID of course sections to the console separated by semicolon.

At echo360.org/admin/users:
This script searches for the css class of user entries and fetches id from the json parse of the data object. It logs email and uuid to the console, separated by colons, and also appends a div containing the uuid to the end of the user entry.