NA moodle survey

Autofill Tel Aviv University Moodle surveys with NA.

What is NA moodle survey?

NA moodle survey is a Chrome extension developed by Ory_L, and its main feature is "Autofill Tel Aviv University Moodle surveys with NA.".

Extension Screenshots

screenshot

Download NA moodle survey Extension CRX File

Download NA moodle survey extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        New V 2.5 Updated to answer "לא זמין" instead of NA
Allows fast answering to the Tel-Aviv University faculty of medicine teaching surveys.                    

Extension Basic Information

Name NA moodle survey NA moodle survey
ID idimhhmbnknfkgknkomleoocaakpfapd
Official URL https://chromewebstore.google.com/detail/na-moodle-survey/idimhhmbnknfkgknkomleoocaakpfapd
Description Autofill Tel Aviv University Moodle surveys with NA.
File Size 17.94 KB
Installation Count 93
Current Version 2.5
Last Updated 2013-12-10
Publish Date 2013-12-10
Rating 1.00/5 Total 2 Ratings
Developer Ory_L
Payment Type free
Supported Languages 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"
    }
}