Esse3 Auto Login

Auto Login feature for Esse3 portals: no more annoying login requests on esse3!

Apa itu Esse3 Auto Login?

Esse3 Auto Login adalah ekstensi Chrome yang dikembangkan oleh Frakbot, dan fitur utamanya adalah "Auto Login feature for Esse3 portals: no more annoying login requests on esse3!".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Esse3 Auto Login

Unduh file ekstensi Esse3 Auto Login dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Esse3 Auto Login intercepts those annoying login requests and logs you in automatically: no more annoying login requests on esse3!                    

Informasi Dasar Ekstensi

Nama Esse3 Auto Login Esse3 Auto Login
ID bppbjdndicdpdnlknopokebknnnoehdj
URL Resmi https://chrome.google.com/webstore/detail/esse3-auto-login/bppbjdndicdpdnlknopokebknnnoehdj
Deskripsi Auto Login feature for Esse3 portals: no more annoying login requests on esse3!
Ukuran File 186 KB
Jumlah Instalasi 11
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2013-07-05
Tanggal Publikasi 2013-07-05
Penilaian 4.50/5 Total 2 Penilaian
Pengembang Frakbot
Tipe Pembayaran free
Bahasa yang Didukung en,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.0",
    "manifest_version": 2,
    "permissions": [
        "*:\/\/*\/*",
        "webRequest",
        "webRequestBlocking",
        "storage"
    ],
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "esse3 Auto Login"
    },
    "options_page": "index.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "styles\/main.css"
            ],
            "js": [
                "bower_components\/jquery\/jquery.min.js",
                "scripts\/prefs.js",
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}