Eportal Marker
For Obafemi Awolowo University Students. This helps you to automatically mark your lecturer assessments when you are on the page.…
Cos'è Eportal Marker?
Eportal Marker è un'estensione di Chrome sviluppata da perfectmak, e la sua funzione principale è "For Obafemi Awolowo University Students. This helps you to automatically mark your lecturer assessments when you are on the page.…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Eportal Marker
Scarica i file di estensione Eportal Marker 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
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.
Informazioni di Base sull'Estensione
Nome | Eportal Marker |
ID | panoikmhhchennagaikndpkchppmnlae |
URL Ufficiale | https://chromewebstore.google.com/detail/eportal-marker/panoikmhhchennagaikndpkchppmnlae |
Descrizione | For Obafemi Awolowo University Students. This helps you to automatically mark your lecturer assessments when you are on the page.… |
Dimensione del File | 47.09 KB |
Conteggio Installazioni | 24 |
Versione Corrente | 0.0.2 |
Ultimo Aggiornamento | 2014-07-26 |
Data di Pubblicazione | 2014-07-26 |
Valutazione | 4.25/5 Totale 4 Valutazioni |
Sviluppatore | perfectmak |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |