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. 扩展基本信息
| 名称 | |
| 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"
} | |