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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย perfectmak และคุณลักษณะหลักของมันคือ "For Obafemi Awolowo University Students. This helps you to automatically mark your lecturer assessments when you are on the page.…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Eportal Marker

ดาวน์โหลดไฟล์ส่วนขยาย Eportal Marker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}