Pass my Moodles

This extensions fills your credentials in the TAU's Moodle page. Please note! This is not a safe place to keep your credentials.…

Pass my Moodlesคืออะไร?

Pass my Moodles เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dfinkelshtein และคุณลักษณะหลักของมันคือ "This extensions fills your credentials in the TAU's Moodle page. Please note! This is not a safe place to keep your credentials.…"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pass my Moodles

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

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

                        This extensions fills your credentials in the TAU's Moodle page.

Please note!
This is not a safe place to keep your credentials. Everyone with access to your machine can access them, too.

If it's a trouble to you, please use password manager like LastPass.                    

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

ชื่อ Pass my Moodles Pass my Moodles
ID pobbnncmmjohfkiaphaddgppcapbglkm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pass-my-moodles/pobbnncmmjohfkiaphaddgppcapbglkm
คำอธิบาย This extensions fills your credentials in the TAU's Moodle page. Please note! This is not a safe place to keep your credentials.…
ขนาดไฟล์ 24.24 KB
จำนวนการติดตั้ง 504
เวอร์ชันปัจจุบัน 1.3.8
อัปเดตครั้งล่าสุด 2014-09-30
วันที่เผยแพร่ 2014-09-30
คะแนน 4.30/5 รวมทั้งหมด 23 คะแนน
ผู้พัฒนา dfinkelshtein
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Pass my Moodles"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "filler.js"
            ],
            "matches": [
                "https:\/\/nidp.tau.ac.il\/nidp*",
                "https:\/\/idp.tau.ac.il\/nidp*\/*"
            ]
        },
        {
            "all_frames": true,
            "js": [
                "fillerIMS.js"
            ],
            "matches": [
                "https:\/\/www.ims.tau.ac.il\/Tal*",
                "https:\/\/www.ims.tau.ac.il\/Bidd\/Default*"
            ]
        }
    ],
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDoH0TI3BzznhBmOSkFKzyHDUwgYPn+fdwmNg801CwyNfLhgU5PbFntm4sRkqoH5Ty97KbuVdFPwzyHyJbqSBkO+hQ2x9waHQ\/AG4t0nu1aCrXUPKLZmyeHOsoPRNodSHxI\/I3AZEvJVqfz5LPNQsa9VQG3QIezlGsUTZF8x0b9gwIDAQAB",
    "manifest_version": 2,
    "name": "Pass my Moodles",
    "permissions": [
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3.8"
}