Librus - szybkie logowanie

Librus - szybkie logowanie

What is Librus - szybkie logowanie?

Librus - szybkie logowanie is a Chrome extension developed by Krzysztof Chodak, and its main feature is "Librus - szybkie logowanie".

Extension Screenshots

screenshot

Download Librus - szybkie logowanie Extension CRX File

Download Librus - szybkie logowanie 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

                        Rozszerzenie przyspiesza logowanie do systemu Librus poprzez automatyczne przekierowanie do strony logowania oraz poprzez zapamiętywanie nazw użytkowników i haseł dostępowych. Logowanie na zapamiętane dane odbywa się dzięki dodatkowym guzikom na stronie logowania.                    

Extension Basic Information

Name Librus - szybkie logowanie Librus - szybkie logowanie
ID gfbcjibfkmahkokcmhdncfbbbigdedpo
Official URL https://chromewebstore.google.com/detail/librus-szybkie-logowanie/gfbcjibfkmahkokcmhdncfbbbigdedpo
Description Librus - szybkie logowanie
File Size 41.56 KB
Installation Count 377
Current Version 1.01
Last Updated 2020-03-24
Publish Date 2020-03-24
Rating 5.00/5 Total 3 Ratings
Developer Krzysztof Chodak
Email [email protected]
Payment Type free
Supported Languages pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Librus - szybkie logowanie",
    "version": "1.01",
    "description": "Librus - szybkie logowanie",
    "icons": {
        "128": "L16.png",
        "48": "L16.png",
        "16": "L16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/portal.librus.pl\/rodzina",
                "https:\/\/api.librus.pl\/OAuth\/Authorization*"
            ],
            "all_frames": true,
            "js": [
                "jquery.min.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": [],
    "permissions": [
        "storage"
    ],
    "background": []
}