elearning-helper

This extension helps you do quizzes of elearning

Cos'è elearning-helper?

elearning-helper è un'estensione di Chrome sviluppata da sbbird, e la sua funzione principale è "This extension helps you do quizzes of elearning".

Scarica il file CRX dell'estensione elearning-helper

Scarica i file di estensione elearning-helper 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

                        This extension helps you do quizzes of elearning                    

Informazioni di Base sull'Estensione

Nome elearning-helper elearning-helper
ID hkgimchmhlfklnpecieapmldidomlkbd
URL Ufficiale https://chromewebstore.google.com/detail/elearning-helper/hkgimchmhlfklnpecieapmldidomlkbd
Descrizione This extension helps you do quizzes of elearning
Dimensione del File 4.6 KB
Conteggio Installazioni 46
Versione Corrente 1.2.1
Ultimo Aggiornamento 2017-02-20
Data di Pubblicazione 2017-02-20
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore sbbird
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "elearning-helper",
    "description": "This extension helps you do quizzes of elearning",
    "version": "1.2.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/rakuten.plateau.com\/icontent_e\/CUSTOM_apac\/rakuten\/*",
                "https:\/\/rakuten.plateau.com\/icontent_e\/CUSTOM\/rakuten\/*"
            ],
            "js": [
                "scripts\/disp.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/rakuten.plateau.com\/icontent_e\/CUSTOM_apac\/rakuten\/*",
                "https:\/\/rakuten.plateau.com\/icontent_e\/CUSTOM\/rakuten\/*"
            ],
            "js": [
                "scripts\/disable-history.js"
            ],
            "run_at": "document_start"
        }
    ]
}