Pimp My IS

Informačný systém s ľudskou tvárou

What is Pimp My IS?

Pimp My IS is a Chrome extension developed by Jakub Matuška, and its main feature is "Informačný systém s ľudskou tvárou".

Extension Screenshots

screenshot
screenshot

Download Pimp My IS Extension CRX File

Download Pimp My IS 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

                        Addon na vylepšenie informačného systému Masarykovej univerzity v Brne

* Ukazuje počet neprečítaných e-mailov
* Odkazy na osobné stránky po prejdení myšou ukazujú fotku

https://is.muni.cz/auth/                    

Extension Basic Information

Name Pimp My IS Pimp My IS
ID agfkbeegmajffchnpoikgibkfamicchl
Official URL https://chromewebstore.google.com/detail/pimp-my-is/agfkbeegmajffchnpoikgibkfamicchl
Description Informačný systém s ľudskou tvárou
File Size 105 KB
Installation Count 87
Current Version 1.7
Last Updated 2015-09-05
Publish Date 2015-09-05
Rating 4.93/5 Total 15 Ratings
Developer Jakub Matuška
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pimp My IS",
    "version": "1.7",
    "manifest_version": 2,
    "description": "Informa\u010dn\u00fd syst\u00e9m s \u013eudskou tv\u00e1rou",
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "logo19.png",
            "38": "logo38.png"
        }
    },
    "background": {
        "scripts": [
            "jquery-2.1.3.min.js",
            "initialize.js",
            "bg.js"
        ]
    },
    "web_accessible_resources": [
        "loading.gif",
        "zoomico.png"
    ],
    "permissions": [
        "tabs",
        "https:\/\/is.muni.cz\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/is.muni.cz\/auth\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery-2.1.3.min.js",
                "iszoom.js"
            ]
        },
        {
            "matches": [
                "https:\/\/is.muni.cz\/auth\/mail\/*"
            ],
            "js": [
                "mail.js"
            ]
        }
    ]
}