NA moodle survey

Autofill Tel Aviv University Moodle surveys with NA.

NA moodle surveyคืออะไร?

NA moodle survey เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ory_L และคุณลักษณะหลักของมันคือ "Autofill Tel Aviv University Moodle surveys with NA."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NA moodle survey

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

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

                        New V 2.5 Updated to answer "לא זמין" instead of NA
Allows fast answering to the Tel-Aviv University faculty of medicine teaching surveys.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ NA moodle survey NA moodle survey
ID idimhhmbnknfkgknkomleoocaakpfapd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/na-moodle-survey/idimhhmbnknfkgknkomleoocaakpfapd
คำอธิบาย Autofill Tel Aviv University Moodle surveys with NA.
ขนาดไฟล์ 17.94 KB
จำนวนการติดตั้ง 93
เวอร์ชันปัจจุบัน 2.5
อัปเดตครั้งล่าสุด 2013-12-10
วันที่เผยแพร่ 2013-12-10
คะแนน 1.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Ory_L
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NA moodle survey",
    "version": "2.5",
    "manifest_version": 2,
    "description": "Autofill Tel Aviv University Moodle surveys with NA.",
    "background": {
        "scripts": [
            "FastSekerBG.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*.tau.ac.il\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/moodle.tau.ac.il\/*"
            ],
            "js": [
                "FastSeker.js"
            ]
        }
    ],
    "page_action": {
        "default_icon": "icon48.png",
        "default_popup": "NASEKER.html"
    },
    "icons": {
        "48": "icon48.png",
        "96": "icon.png"
    }
}