Edunext's Auto Grading Tool: Efficiency and Accuracy Combined Streamline grading with Edunext's auto grading tool. Say goodbye to manual grading and enjoy efficient automation. Developed by education technology experts, this user-friendly tool saves time and ensures accuracy. Upgrade your grading experience today with Edunext.
Since I use an API endpoint to authenticate users, it is a bottleneck to initialize users' data.
Needed an update for pre-store user data instead of fetching it every time we open the extension.
The possible fix can be made by updating the contentscript.js file so that the code is auto-injected, and the user's credentials can be stored in chrome.storage.local for the first time, save time fetching data from API.
Since I use an API endpoint to authenticate users, it is a bottleneck to initialize users' data.
Needed an update for pre-store user data instead of fetching it every time we open the extension.
The possible fix can be made by updating the
contentscript.js
file so that the code is auto-injected, and the user's credentials can be stored inchrome.storage.local
for the first time, save time fetching data from API.