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.…

Was ist Pass my Moodles?

Pass my Moodles ist eine Chrome-Erweiterung, die von dfinkelshtein entwickelt wurde, und ihr Hauptmerkmal ist "This extensions fills your credentials in the TAU's Moodle page. Please note! This is not a safe place to keep your credentials.…".

Erweiterungsscreenshots

screenshot

Pass my Moodles-Erweiterungs-CRX-Datei herunterladen

Laden Sie Pass my Moodles-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Pass my Moodles Pass my Moodles
ID pobbnncmmjohfkiaphaddgppcapbglkm
Offizielle URL https://chromewebstore.google.com/detail/pass-my-moodles/pobbnncmmjohfkiaphaddgppcapbglkm
Beschreibung This extensions fills your credentials in the TAU's Moodle page. Please note! This is not a safe place to keep your credentials.…
Dateigröße 24.24 KB
Installationsanzahl 504
Aktuelle Version 1.3.8
Letztes Update 2014-09-30
Veröffentlichungsdatum 2014-09-30
Bewertung 4.30/5 Insgesamt 23 Bewertungen
Entwickler dfinkelshtein
Zahlungsart free
Unterstützte Sprachen 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"
}