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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } |