ZyBooks Auto
Automatically speeds through ZyBooks participation assignments, so you don't have to click through each module individually.
Qu'est-ce que ZyBooks Auto ?
ZyBooks Auto est une extension Chrome développée par Prath, et sa fonction principale est "Automatically speeds through ZyBooks participation assignments, so you don't have to click through each module individually.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ZyBooks Auto
Téléchargez les fichiers d'extension ZyBooks Auto au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Automatically speeds through ZyBooks participation assignments, so you don't have to click through each module individually.
Informations de Base sur l'Extension
Nom | ZyBooks Auto |
ID | bjkbhcempihbcacfghfmcmabfhehoiao |
URL Officiel | https://chromewebstore.google.com/detail/zybooks-auto/bjkbhcempihbcacfghfmcmabfhehoiao |
Description | Automatically speeds through ZyBooks participation assignments, so you don't have to click through each module individually. |
Taille du Fichier | 12.04 KB |
Nombre d'Installations | 2,495 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2023-03-14 |
Date de Publication | 2023-03-14 |
Évaluation | 4.78/5 Total 9 Évaluations |
Développeur | Prath |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |