ZyBooks Auto
Automatically speeds through ZyBooks participation assignments, so you don't have to click through each module individually.
Was ist ZyBooks Auto?
ZyBooks Auto ist eine Chrome-Erweiterung, die von Prath entwickelt wurde, und ihr Hauptmerkmal ist "Automatically speeds through ZyBooks participation assignments, so you don't have to click through each module individually.".
Erweiterungsscreenshots
ZyBooks Auto-Erweiterungs-CRX-Datei herunterladen
Laden Sie ZyBooks Auto-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Automatically speeds through ZyBooks participation assignments, so you don't have to click through each module individually.
Grundlegende Informationen zur Erweiterung
Name | ZyBooks Auto |
ID | bjkbhcempihbcacfghfmcmabfhehoiao |
Offizielle URL | https://chromewebstore.google.com/detail/zybooks-auto/bjkbhcempihbcacfghfmcmabfhehoiao |
Beschreibung | Automatically speeds through ZyBooks participation assignments, so you don't have to click through each module individually. |
Dateigröße | 12.04 KB |
Installationsanzahl | 2,495 |
Aktuelle Version | 1.0 |
Letztes Update | 2023-03-14 |
Veröffentlichungsdatum | 2023-03-14 |
Bewertung | 4.78/5 Insgesamt 9 Bewertungen |
Entwickler | Prath |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ZyBooks Auto", "version": "1.0", "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/learn.zybooks.com\/*" ], "js": [ "content.js" ] } ], "action": { "default_popup": "popup.html" }, "icons": { "128": "icon.png" } } |