Eportal Marker
For Obafemi Awolowo University Students. This helps you to automatically mark your lecturer assessments when you are on the page.…
What is Eportal Marker?
Eportal Marker is a Chrome extension developed by perfectmak, and its main feature is "For Obafemi Awolowo University Students. This helps you to automatically mark your lecturer assessments when you are on the page.…".
Extension Screenshots
Download Eportal Marker Extension CRX File
Download Eportal Marker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Eportal Marker |
ID | panoikmhhchennagaikndpkchppmnlae |
Official URL | https://chromewebstore.google.com/detail/eportal-marker/panoikmhhchennagaikndpkchppmnlae |
Description | For Obafemi Awolowo University Students. This helps you to automatically mark your lecturer assessments when you are on the page.… |
File Size | 47.09 KB |
Installation Count | 24 |
Current Version | 0.0.2 |
Last Updated | 2014-07-26 |
Publish Date | 2014-07-26 |
Rating | 4.25/5 Total 4 Ratings |
Developer | perfectmak |
Payment Type | free |
Supported Languages | 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" } } |