Gezer AutoLogin

BGU Gezer

What is Gezer AutoLogin?

Gezer AutoLogin is a Chrome extension developed by Nadav Grinberg, and its main feature is "BGU Gezer".

Extension Screenshots

screenshot

Download Gezer AutoLogin Extension CRX File

Download Gezer AutoLogin extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        חלונית פשוטה שמקלה על ההתחברות למערכת "גזר" של אוניברסיטת בן גוריון.
הזנת פרטים, התחברות אוטומטית. הפרטים נשמרים על המחשב בלבד.

Simple window to ease Login to Gezer website of Ben Gurion University.
Insert credentials, Auto login. credentials are being stored only on your computer.                    

Extension Basic Information

Name Gezer AutoLogin Gezer AutoLogin
ID ebkfmkdccpoekbdgfminigcinjeidglg
Official URL https://chromewebstore.google.com/detail/gezer-autologin/ebkfmkdccpoekbdgfminigcinjeidglg
Description BGU Gezer
File Size 155 KB
Installation Count 82
Current Version 0.0.1
Last Updated 2019-02-06
Publish Date 2019-02-06
Rating 5.00/5 Total 4 Ratings
Developer Nadav Grinberg
Email [email protected]
Payment Type free
Extension Website https://gezer1.bgu.ac.il/meser/entrance.php
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gezer AutoLogin",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "BGU Gezer",
    "homepage_url": "https:\/\/gezer1.bgu.ac.il\/meser\/entrance.php",
    "icons": {
        "128": "icons\/1.png"
    },
    "default_locale": "en",
    "permissions": [
        "https:\/\/gezer1.bgu.ac.il\/meser\/entrance.php",
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "128": "icons\/1.png"
        },
        "default_title": "~Gezer~",
        "default_popup": "src\/background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/gezer1.bgu.ac.il\/meser\/entrance.php"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                "https:\/\/gezer1.bgu.ac.il\/meser\/entrance.php"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}