GOLD Check

Automatically checks the annoying GOLD login checkbox.

GOLD Check là gì?

GOLD Check là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Automatically checks the annoying GOLD login checkbox.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng GOLD Check

Tải xuống các tệp mở rộng GOLD Check 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

                        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                    

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

Tên GOLD Check GOLD Check
ID kkibjjdedofohibipakepkllnkjmfjjl
URL Chính Thức https://chromewebstore.google.com/detail/gold-check/kkibjjdedofohibipakepkllnkjmfjjl
Mô tả Automatically checks the annoying GOLD login checkbox.
Kích Thước Tệp 2.9 KB
Số Lần Cài Đặt 111
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2013-02-28
Ngày Phát Hành 2013-02-27
Đánh Giá 5.00/5 Tổng số 15 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Trang Web Mở Rộng http://cs.ucsb.edu/~amousavi/
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}