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

Vad är Pass my Moodles?

Pass my Moodles är en Chrome-tillägg utvecklad av dfinkelshtein, och dess huvudfunktion är "This extensions fills your credentials in the TAU's Moodle page. Please note! This is not a safe place to keep your credentials.…".

Tilläggsskärmbilder

screenshot

Ladda ner Pass my Moodles-förlängningens CRX-fil

Ladda ner Pass my Moodles-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Pass my Moodles Pass my Moodles
ID pobbnncmmjohfkiaphaddgppcapbglkm
Officiell webbadress https://chromewebstore.google.com/detail/pass-my-moodles/pobbnncmmjohfkiaphaddgppcapbglkm
Beskrivning This extensions fills your credentials in the TAU's Moodle page. Please note! This is not a safe place to keep your credentials.…
Filstorlek 24.24 KB
Antal Installationer 504
Aktuell Version 1.3.8
Senast Uppdaterad 2014-09-30
Publiceringsdatum 2014-09-30
Betyg 4.30/5 Totalt 23 Betyg
Utvecklare dfinkelshtein
Betalningssätt free
Stödda Språk 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"
}