Pekao Auto Login

Enjoy autologin to pekao24.pl! Just save your credentials on options page first.

Vad är Pekao Auto Login?

Pekao Auto Login är en Chrome-tillägg utvecklad av Nick Osiunin, och dess huvudfunktion är "Enjoy autologin to pekao24.pl! Just save your credentials on options page first.".

Tilläggsskärmbilder

screenshot

Ladda ner Pekao Auto Login-förlängningens CRX-fil

Ladda ner Pekao Auto Login-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        If you fed up with manual login on www.pekao24.pl, this simple extension will make your life much easier.

Save your client number and password on plugin options page and it will be synced with every chrome browser where you logged in.

Script runs only on login page www.pekao24.pl.

I hope you like it like as well as my friends and family. Send me your ideas how to make extension more useful.                    

Grundläggande Information om Tillägg

Namn Pekao Auto Login Pekao Auto Login
ID lladjlelbgihdihbjdefindfmlejcodb
Officiell webbadress https://chromewebstore.google.com/detail/pekao-auto-login/lladjlelbgihdihbjdefindfmlejcodb
Beskrivning Enjoy autologin to pekao24.pl! Just save your credentials on options page first.
Filstorlek 46.47 KB
Antal Installationer 300
Aktuell Version 0.2
Senast Uppdaterad 2017-08-16
Publiceringsdatum 2017-08-16
Betyg 5.00/5 Totalt 5 Betyg
Utvecklare Nick Osiunin
E-post [email protected]
Betalningssätt free
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pekao Auto Login",
    "version": "0.2",
    "author": "Nick Osiunin",
    "description": "Enjoy autologin to pekao24.pl! Just save your credentials on options page first.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.pekao24.pl\/",
                "https:\/\/www.pekao24.pl\/MCP\/PINVerification.htm",
                "https:\/\/www.pekao24.pl\/MCP\/ThreeDomainSecure.htm",
                "https:\/\/www.pekao24.pl\/MCP\/client\/logon\/ClientLogon.html",
                "https:\/\/www.pekao24.pl\/MCP\/ClientLogonWebPT.htm",
                "https:\/\/www.pekao24.pl\/ClientLogon.html"
            ],
            "js": [
                "jquery-3.1.1.min.js",
                "content.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "options_page": "options.html",
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    }
}