NA moodle survey
Autofill Tel Aviv University Moodle surveys with NA.
Vad är NA moodle survey?
NA moodle survey är en Chrome-tillägg utvecklad av Ory_L, och dess huvudfunktion är "Autofill Tel Aviv University Moodle surveys with NA.".
Tilläggsskärmbilder
Ladda ner NA moodle survey-förlängningens CRX-fil
Ladda ner NA moodle survey-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
New V 2.5 Updated to answer "לא זמין" instead of NA Allows fast answering to the Tel-Aviv University faculty of medicine teaching surveys.
Grundläggande Information om Tillägg
Namn | NA moodle survey |
ID | idimhhmbnknfkgknkomleoocaakpfapd |
Officiell webbadress | https://chromewebstore.google.com/detail/na-moodle-survey/idimhhmbnknfkgknkomleoocaakpfapd |
Beskrivning | Autofill Tel Aviv University Moodle surveys with NA. |
Filstorlek | 17.94 KB |
Antal Installationer | 93 |
Aktuell Version | 2.5 |
Senast Uppdaterad | 2013-12-10 |
Publiceringsdatum | 2013-12-10 |
Betyg | 1.00/5 Totalt 2 Betyg |
Utvecklare | Ory_L |
Betalningssätt | free |
Stödda Språk | 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" } } |