SJTU jAccount Login Helper
This extension helps you log in with your jAccount, since its validate code is hard to identify.
SJTU jAccount Login Helperคืออะไร?
SJTU jAccount Login Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย stooloveu และคุณลักษณะหลักของมันคือ "This extension helps you log in with your jAccount, since its validate code is hard to identify."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SJTU jAccount Login Helper
ดาวน์โหลดไฟล์ส่วนขยาย SJTU jAccount Login Helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension helps you log in with your jAccount, since its visual verify code is hard to identify.
Special thanks to:
jason.nkg 95veronica.li frankeepcalm 浅草
-0.3.0
Date: 2016-7-25
Detail:
* Adjusted to the new version of jAccount SSO
* Several bugs fixed
* Loading speed improved
-0.2.4
Date: 2015-11-29
Detail:
* UI improved
-0.2.3
Date: 2015-2-27
Detail:
* fix - repeated login attempts when the provided user name and/or password is in error
* reduced captcha request count ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | ihchdleonhejkpdkmahiejaabcpkkicj |
| URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/ihchdleonhejkpdkmahiejaabcpkkicj |
| คำอธิบาย | This extension helps you log in with your jAccount, since its validate code is hard to identify. |
| ขนาดไฟล์ | 615 KB |
| จำนวนการติดตั้ง | 100 |
| เวอร์ชันปัจจุบัน | 0.3.1 |
| อัปเดตครั้งล่าสุด | 2016-10-24 |
| วันที่เผยแพร่ | 2016-10-24 |
| คะแนน | 5.00/5 รวมทั้งหมด 12 คะแนน |
| ผู้พัฒนา | stooloveu |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"background": {
"scripts": [
"background.js"
]
},
"name": "SJTU jAccount Login Helper",
"description": "This extension helps you log in with your jAccount, since its validate code is hard to identify.",
"version": "0.3.1",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"32": "icons\/icon32.png",
"128": "icons\/icon128.png"
},
"browser_action": {
"default_icon": "popup\/icon-b.png",
"default_popup": "popup\/popup.html",
"default_title": "jHelper"
},
"permissions": [
"activeTab",
"storage"
],
"content_scripts": [
{
"matches": [
"https:\/\/jaccount.sjtu.edu.cn\/jaccount\/jalogin*",
"http:\/\/jaccount.sjtu.edu.cn\/jaccount\/jalogin*"
],
"run_at": "document_end",
"js": [
"jquery-3.1.0.min.js",
"cracker.js"
]
}
],
"author": "Stool",
"short_name": "jHelper"
} | |