Eportal Marker

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

Wat is Eportal Marker?

Eportal Marker is een Chrome-extensie ontwikkeld door perfectmak, en de belangrijkste functie is "For Obafemi Awolowo University Students. This helps you to automatically mark your lecturer assessments when you are on the page.…".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Eportal Marker

Download Eportal Marker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Eportal Marker Eportal Marker
ID panoikmhhchennagaikndpkchppmnlae
Officiële URL https://chromewebstore.google.com/detail/eportal-marker/panoikmhhchennagaikndpkchppmnlae
Beschrijving For Obafemi Awolowo University Students. This helps you to automatically mark your lecturer assessments when you are on the page.…
Bestandsgrootte 47.09 KB
Aantal Installaties 24
Huidige Versie 0.0.2
Laatst Bijgewerkt 2014-07-26
Publicatiedatum 2014-07-26
Beoordeling 4.25/5 Totaal 4 Beoordelingen
Ontwikkelaar perfectmak
Betalingswijze free
Ondersteunde Talen 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"
    }
}