NA moodle survey

Autofill Tel Aviv University Moodle surveys with NA.

Hvad er NA moodle survey?

NA moodle survey er en Chrome-udvidelse udviklet af Ory_L, og dens hovedfunktion er "Autofill Tel Aviv University Moodle surveys with NA.".

Udvidelsesskærmbilleder

screenshot

Download NA moodle survey-udvidelses-CRX-fil

Download NA moodle survey-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn NA moodle survey NA moodle survey
ID idimhhmbnknfkgknkomleoocaakpfapd
Officiel URL https://chromewebstore.google.com/detail/na-moodle-survey/idimhhmbnknfkgknkomleoocaakpfapd
Beskrivelse Autofill Tel Aviv University Moodle surveys with NA.
Filstørrelse 17.94 KB
Antal Installationer 93
Nuværende Version 2.5
Senest Opdateret 2013-12-10
Udgivelsesdato 2013-12-10
Bedømmelse 1.00/5 Samlet 2 Bedømmelser
Udvikler Ory_L
Betalingsmetode free
Understøttede Sprog 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"
    }
}