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
公式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"
    ]
}