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 là gì?

SJTU jAccount Login Helper là một tiện ích mở rộng Chrome được phát triển bởi stooloveu, và tính năng chính của nó là "This extension helps you log in with your jAccount, since its validate code is hard to identify.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SJTU jAccount Login Helper

Tải xuống các tệp mở rộng SJTU jAccount Login Helper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SJTU jAccount Login Helper SJTU jAccount Login Helper
ID ihchdleonhejkpdkmahiejaabcpkkicj
URL Chính Thức https://chrome.google.com/webstore/detail/ihchdleonhejkpdkmahiejaabcpkkicj
Mô tả This extension helps you log in with your jAccount, since its validate code is hard to identify.
Kích Thước Tệp 615 KB
Số Lần Cài Đặt 100
Phiên Bản Hiện Tại 0.3.1
Cập Nhật Lần Cuối 2016-10-24
Ngày Phát Hành 2016-10-24
Đánh Giá 5.00/5 Tổng số 12 Đánh Giá
Nhà Phát Triển stooloveu
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}