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はdfinkelshteinによって開発されたChromeの拡張機能で、その主な機能は「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拡張機能のCRXファイルをダウンロード
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 |
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" } |