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 |
官方網址 | 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" } |