Eportal Marker

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

Eportal Marker क्या है?

Eportal Marker perfectmak द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "For Obafemi Awolowo University Students. This helps you to automatically mark your lecturer assessments when you are on the page.…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Eportal Marker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Eportal Marker Eportal Marker
ID panoikmhhchennagaikndpkchppmnlae
आधिकारिक URL https://chromewebstore.google.com/detail/eportal-marker/panoikmhhchennagaikndpkchppmnlae
विवरण For Obafemi Awolowo University Students. This helps you to automatically mark your lecturer assessments when you are on the page.…
फ़ाइल का आकार 47.09 KB
स्थापना संख्या 24
वर्तमान संस्करण 0.0.2
अंतिम अपडेट 2014-07-26
प्रकाशन तिथि 2014-07-26
रेटिंग 4.25/5 कुल 4 रेटिंग्स
डेवलपर perfectmak
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    }
}