Vulcan Login

Szybkie logowanie do e-dziennika Vulcan.

What is Vulcan Login?

Vulcan Login is a Chrome extension developed by https://vulcan.psp24.pl, and its main feature is "Szybkie logowanie do e-dziennika Vulcan.".

Extension Screenshots

screenshot
screenshot

Download Vulcan Login Extension CRX File

Download Vulcan Login 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

                        Szybki dostęp do e-dziennika vulcan już teraz dostępny. W łatwy i prosty sposób wybierz swój region i się zaloguj.                    

Extension Basic Information

Name Vulcan Login Vulcan Login
ID dcbillmhkacemkkddacipkckinoejjjf
Official URL https://chrome.google.com/webstore/detail/vulcan-login/dcbillmhkacemkkddacipkckinoejjjf
Description Szybkie logowanie do e-dziennika Vulcan.
File Size 62.67 KB
Installation Count 43
Current Version 1.0.2
Last Updated 2018-09-17
Publish Date 2018-09-17
Rating 5.00/5 Total 1 Ratings
Developer https://vulcan.psp24.pl
Payment Type free
Extension Website https://vulcan.psp24.pl
Help Page URL https://vulcan.psp24.pl
Supported Languages pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Vulcan Login",
    "description": "Szybkie logowanie do e-dziennika Vulcan.",
    "version": "1.0.2",
    "icons": {
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}