GOLD Check

Automatically checks the annoying GOLD login checkbox.

GOLD Check란 무엇입니까?

GOLD Check은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically checks the annoying GOLD login checkbox."입니다.

확장 프로그램 스크린샷

screenshot

GOLD Check 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        You are installing this extension willingly and by choice. It is unrelated to my work and is not related to any UCSB department. This extension could be written by anyone with any level of permission, including no permission and no UCSB affiliation. 

For UCSB Students.

This extension automatically checks the UCSB GOLD Login checkbox agreeing to the following...

"By selecting this checkbox I certify that I am the individual to whom the above credentials were issued. I understand that logging in with another individual's credentials may be grounds for disciplinary and/or legal action."

By installing this extension, you agree by default to this statement each time you open the URL "https://my.sa.ucsb.edu/gold/login.aspx".

GOLD Check now redirects students only to "Home.aspx" when on "EmulatePage.aspx". This is for students with a higher level registration access who are bothered by the redirect to "EmulatePage.aspx" after login.

Version 1.1 now checks the box when you are redirected to the page. This slipped by me before.

Version 1.2 now redirects through "EmulatePage.aspx". Now more robust with redirects and  varying URLs.

Version 1.4 Redirects only students from Emulate Page to Home

Version 1.5 Now the app only checks the checkbox on login and loginpermpin. fixed bug caused by html change                    

확장 프로그램 기본 정보

이름 GOLD Check GOLD Check
ID kkibjjdedofohibipakepkllnkjmfjjl
공식 URL https://chromewebstore.google.com/detail/gold-check/kkibjjdedofohibipakepkllnkjmfjjl
설명 Automatically checks the annoying GOLD login checkbox.
파일 크기 2.9 KB
설치 횟수 111
현재 버전 1.5
최근 업데이트 2013-02-28
출시 날짜 2013-02-27
평점 5.00/5 총 15 개의 평점
개발자 Unknown
결제 유형 free
확장 프로그램 웹 사이트 http://cs.ucsb.edu/~amousavi/
지원되는 언어 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GOLD Check",
    "version": "1.5",
    "description": "Automatically checks the annoying GOLD login checkbox.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/my.sa.ucsb.edu\/gold\/*"
            ],
            "js": [
                "checkboxscript.js"
            ]
        }
    ]
}