Librus - szybkie logowanie

Librus - szybkie logowanie

Wat is Librus - szybkie logowanie?

Librus - szybkie logowanie is een Chrome-extensie ontwikkeld door Krzysztof Chodak, en de belangrijkste functie is "Librus - szybkie logowanie".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Librus - szybkie logowanie

Download Librus - szybkie logowanie-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Librus - szybkie logowanie Librus - szybkie logowanie
ID gfbcjibfkmahkokcmhdncfbbbigdedpo
Officiële URL https://chromewebstore.google.com/detail/librus-szybkie-logowanie/gfbcjibfkmahkokcmhdncfbbbigdedpo
Beschrijving Librus - szybkie logowanie
Bestandsgrootte 41.56 KB
Aantal Installaties 377
Huidige Versie 1.01
Laatst Bijgewerkt 2020-03-24
Publicatiedatum 2020-03-24
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Krzysztof Chodak
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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": []
}