SchoolLoop Autologin

Automatically log into SchoolLoop.

SchoolLoop Autologin란 무엇입니까?

SchoolLoop Autologin은(는) fernozzle에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically log into SchoolLoop."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

SchoolLoop Autologin 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        SchoolLoop logs out after a short period of inactivity, and while the login form has recently begun to support autofill, this is still a nuisance.

SchoolLoop Autologin records your login credentials so that the next time you are logged out, SchoolLoop Autologin will log you back in, and you won't need to.

If you log out, SchoolLoop Autologin respects that. It'll be your choice what credentials to log in with next.

The credentials stored are not encrypted, and SchoolLoop Autologin only makes it easier for anyone with access to your computer to log in to your SchoolLoop account, so if you're concerned about security at all, don't use this.                    

확장 프로그램 기본 정보

이름 SchoolLoop Autologin SchoolLoop Autologin
ID ilpecdcbcfkbdleningodlmkcihaogng
공식 URL https://chromewebstore.google.com/detail/schoolloop-autologin/ilpecdcbcfkbdleningodlmkcihaogng
설명 Automatically log into SchoolLoop.
파일 크기 9.72 KB
설치 횟수 40
현재 버전 1.1
최근 업데이트 2013-05-07
출시 날짜 2013-05-06
평점 2.82/5 총 11 개의 평점
개발자 fernozzle
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SchoolLoop Autologin",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Automatically log into SchoolLoop.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "matches": [
                "http:\/\/*.schoolloop.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "http:\/\/*.schoolloop.com\/*",
        "storage"
    ]
}