Pekao Auto Login

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

Pekao Auto Loginとは何ですか?

Pekao Auto LoginはNick Osiuninによって開発されたChromeの拡張機能で、その主な機能は「Enjoy autologin to pekao24.pl! Just save your credentials on options page first.」です。

拡張機能のスクリーンショット

screenshot

Pekao Auto Login拡張機能のCRXファイルをダウンロード

Pekao Auto Login拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Pekao Auto Login Pekao Auto Login
ID lladjlelbgihdihbjdefindfmlejcodb
公式URL https://chromewebstore.google.com/detail/pekao-auto-login/lladjlelbgihdihbjdefindfmlejcodb
説明 Enjoy autologin to pekao24.pl! Just save your credentials on options page first.
ファイルサイズ 46.47 KB
インストール数 300
現在のバージョン 0.2
最終更新日 2017-08-16
公開日 2017-08-16
評価 5.00/5 合計 5 レビュー
開発者 Nick Osiunin
Eメール [email protected]
支払い方法 free
対応言語 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"
    }
}