NA moodle survey

Autofill Tel Aviv University Moodle surveys with NA.

Cos'è NA moodle survey?

NA moodle survey è un'estensione di Chrome sviluppata da Ory_L, e la sua funzione principale è "Autofill Tel Aviv University Moodle surveys with NA.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione NA moodle survey

Scarica i file di estensione NA moodle survey in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome NA moodle survey NA moodle survey
ID idimhhmbnknfkgknkomleoocaakpfapd
URL Ufficiale https://chromewebstore.google.com/detail/na-moodle-survey/idimhhmbnknfkgknkomleoocaakpfapd
Descrizione Autofill Tel Aviv University Moodle surveys with NA.
Dimensione del File 17.94 KB
Conteggio Installazioni 93
Versione Corrente 2.5
Ultimo Aggiornamento 2013-12-10
Data di Pubblicazione 2013-12-10
Valutazione 1.00/5 Totale 2 Valutazioni
Sviluppatore Ory_L
Tipo di Pagamento free
Lingue Supportate 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"
    }
}