SchoolLoop Autologin

Automatically log into SchoolLoop.

什麼是SchoolLoop Autologin?

SchoolLoop Autologin是由fernozzle開發的Chrome擴展程式,該擴展的主要功能是“Automatically log into SchoolLoop.”。

擴展截圖

screenshot
screenshot

下載SchoolLoop Autologin擴展crx文件

下載SchoolLoop Autologin擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}