NA moodle survey
Autofill Tel Aviv University Moodle surveys with NA.
Wat is NA moodle survey?
NA moodle survey is een Chrome-extensie ontwikkeld door Ory_L, en de belangrijkste functie is "Autofill Tel Aviv University Moodle surveys with NA.".
Extensie Screenshots
Download het CRX-bestand van de extensie NA moodle survey
Download NA moodle survey-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
New V 2.5 Updated to answer "לא זמין" instead of NA Allows fast answering to the Tel-Aviv University faculty of medicine teaching surveys.
Basisinformatie over de Extensie
Naam | NA moodle survey |
ID | idimhhmbnknfkgknkomleoocaakpfapd |
Officiële URL | https://chromewebstore.google.com/detail/na-moodle-survey/idimhhmbnknfkgknkomleoocaakpfapd |
Beschrijving | Autofill Tel Aviv University Moodle surveys with NA. |
Bestandsgrootte | 17.94 KB |
Aantal Installaties | 93 |
Huidige Versie | 2.5 |
Laatst Bijgewerkt | 2013-12-10 |
Publicatiedatum | 2013-12-10 |
Beoordeling | 1.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Ory_L |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NA moodle survey", "version": "2.5", "manifest_version": 2, "description": "Autofill Tel Aviv University Moodle surveys with NA.", "background": { "scripts": [ "FastSekerBG.js" ] }, "permissions": [ "tabs", "http:\/\/*.tau.ac.il\/" ], "content_scripts": [ { "matches": [ "http:\/\/moodle.tau.ac.il\/*" ], "js": [ "FastSeker.js" ] } ], "page_action": { "default_icon": "icon48.png", "default_popup": "NASEKER.html" }, "icons": { "48": "icon48.png", "96": "icon.png" } } |