NEO LMS Assignments Downloader
This extension allows to download all the class's lesson assignments at once
Qu'est-ce que NEO LMS Assignments Downloader ?
NEO LMS Assignments Downloader est une extension Chrome développée par Alex Lipov, et sa fonction principale est "This extension allows to download all the class's lesson assignments at once".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension NEO LMS Assignments Downloader
Téléchargez les fichiers d'extension NEO LMS Assignments Downloader 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
This extension allows to download all the class's lesson assignments at once in NEO LMS web platform.
Informations de Base sur l'Extension
Nom | NEO LMS Assignments Downloader |
ID | nmnhhckkfjfcianoekankcfbcgjlfdkg |
URL Officiel | https://chromewebstore.google.com/detail/neo-lms-assignments-downl/nmnhhckkfjfcianoekankcfbcgjlfdkg |
Description | This extension allows to download all the class's lesson assignments at once |
Taille du Fichier | 83.69 KB |
Nombre d'Installations | 444 |
Version Actuelle | 0.6 |
Dernière Mise à Jour | 2019-11-06 |
Date de Publication | 2019-11-06 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Alex Lipov |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/alipov/edu20-assignment-downloader |
URL de la Page d'Aide | https://github.com/alipov/edu20-assignment-downloader/issues |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "minimum_chrome_version": "32", "name": "NEO LMS Assignments Downloader", "description": "This extension allows to download all the class's lesson assignments at once", "version": "0.6", "background": { "scripts": [ "background.js", "lib\/jszip-3.1.5.min.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*.edu20.org\/teacher_dropbox_assignment\/grading*", "https:\/\/*.edu20.org\/teacher_freeform_assignment\/grading*", "http:\/\/ilearn.cyber.org.il\/teacher_dropbox_assignment\/grading*", "https:\/\/ilearn.cyber.org.il\/teacher_dropbox_assignment\/grading*", "http:\/\/ilearn.cyber.org.il\/teacher_freeform_assignment\/grading*", "https:\/\/ilearn.cyber.org.il\/teacher_freeform_assignment\/grading*" ], "js": [ "lib\/jquery-3.1.1.min.js", "content.js" ] } ], "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "permissions": [ "https:\/\/*.edu20.org\/teacher_dropbox_assignment\/*", "https:\/\/*.edu20.org\/teacher_freeform_assignment\/*", "http:\/\/ilearn.cyber.org.il\/teacher_dropbox_assignment\/grading*", "https:\/\/ilearn.cyber.org.il\/teacher_dropbox_assignment\/grading*", "http:\/\/ilearn.cyber.org.il\/teacher_freeform_assignment\/grading*", "https:\/\/ilearn.cyber.org.il\/teacher_freeform_assignment\/grading*", "downloads" ] } |