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 stooloveu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension helps you log in with your jAccount, since its validate code is hard to identify."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SJTU jAccount Login Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम SJTU jAccount Login Helper SJTU jAccount Login Helper
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"
}