BGUGrades

BGU grades extension

What is BGUGrades?

BGUGrades is a Chrome extension developed by bgugradesext, and its main feature is "BGU grades extension".

Extension Screenshots

screenshot

Download BGUGrades Extension CRX File

Download BGUGrades 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

                                            

Extension Basic Information

Name BGUGrades BGUGrades
ID gaikepdjbdbdhabmdgilcjpinlgfmonp
Official URL https://chrome.google.com/webstore/detail/bgugrades/gaikepdjbdbdhabmdgilcjpinlgfmonp
Description BGU grades extension
File Size 12.42 KB
Installation Count 21
Current Version 0.5.5
Last Updated 2017-03-28
Publish Date 2017-03-28
Rating 5.00/5 Total 1 Ratings
Developer bgugradesext
Payment Type free
Supported Languages
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BGUGrades",
    "description": "BGU grades extension",
    "version": "0.5.5",
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "64": "img\/icon64.png",
        "128": "img\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/bgu4u.bgu.ac.il\/pls\/scwp\/*"
            ],
            "js": [
                "js\/popup-insertion.js",
                "js\/scwp.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/bgu4u.bgu.ac.il\/html\/annual\/*"
            ],
            "js": [
                "js\/popup-insertion.js",
                "js\/annual.js"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": "img\/icon16.png",
        "default_popup": "ext_window.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/bgugrades.herokuapp.com\/"
    ]
}