elearning-helper

This extension helps you do quizzes of elearning

O que é elearning-helper?

elearning-helper é uma extensão do Chrome desenvolvida por sbbird, e sua principal característica é "This extension helps you do quizzes of elearning".

Baixar o arquivo CRX da Extensão elearning-helper

Baixe arquivos de extensão elearning-helper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        This extension helps you do quizzes of elearning                    

Informações Básicas da Extensão

Nome elearning-helper elearning-helper
ID hkgimchmhlfklnpecieapmldidomlkbd
URL Oficial https://chromewebstore.google.com/detail/elearning-helper/hkgimchmhlfklnpecieapmldidomlkbd
Descrição This extension helps you do quizzes of elearning
Tamanho do Arquivo 4.6 KB
Contagem de Instalações 46
Versão Atual 1.2.1
Última Atualização 2017-02-20
Data de Publicação 2017-02-20
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor sbbird
Tipo de Pagamento free
Idiomas Suportados 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"
        }
    ]
}