Eportal Marker

For Obafemi Awolowo University Students. This helps you to automatically mark your lecturer assessments when you are on the page.…

O que é Eportal Marker?

Eportal Marker é uma extensão do Chrome desenvolvida por perfectmak, e sua principal característica é "For Obafemi Awolowo University Students. This helps you to automatically mark your lecturer assessments when you are on the page.…".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Eportal Marker

Baixe arquivos de extensão Eportal Marker 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

                        For Obafemi Awolowo University Students. This helps you to automatically mark your lecturer assessments when you are on the page.

Just click on the "Oya Mark!!!" or "Oya Mark and Submit!!!" button when on the assessment page.                    

Informações Básicas da Extensão

Nome Eportal Marker Eportal Marker
ID panoikmhhchennagaikndpkchppmnlae
URL Oficial https://chromewebstore.google.com/detail/eportal-marker/panoikmhhchennagaikndpkchppmnlae
Descrição For Obafemi Awolowo University Students. This helps you to automatically mark your lecturer assessments when you are on the page.…
Tamanho do Arquivo 47.09 KB
Contagem de Instalações 24
Versão Atual 0.0.2
Última Atualização 2014-07-26
Data de Publicação 2014-07-26
Classificação 4.25/5 Total de 4 Avaliações
Desenvolvedor perfectmak
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Eportal Marker",
    "version": "0.0.2",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png"
        },
        "default_title": "Eportal Assessment Marker",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/eportal.oauife.edu.ng\/lecturerassessment2.php"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}