Moje ING - masked password filler

The add-on allows you to swiftly fill up your login and masked password on the Moje ING website

What is Moje ING - masked password filler?

Moje ING - masked password filler is a Chrome extension developed by Piotr Sarna, and its main feature is "The add-on allows you to swiftly fill up your login and masked password on the Moje ING website".

Extension Screenshots

screenshot

Download Moje ING - masked password filler Extension CRX File

Download Moje ING - masked password filler 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

                        The add-on allows you to enter your full login and password and then fill in the masked login fields on the Moje ING website. It works the best with password managers like KeePass or LastPass.                    

Extension Basic Information

Name Moje ING - masked password filler Moje ING - masked password filler
ID hjldkhnfpjflmcjfkghnccbhekljalek
Official URL https://chromewebstore.google.com/detail/moje-ing-masked-password/hjldkhnfpjflmcjfkghnccbhekljalek
Description The add-on allows you to swiftly fill up your login and masked password on the Moje ING website
File Size 30.34 KB
Installation Count 209
Current Version 3.0.0
Last Updated 2023-11-15
Publish Date 2020-05-16
Rating 5.00/5 Total 2 Ratings
Developer Piotr Sarna
Email [email protected]
Payment Type free
Extension Website https://github.com/piotr-sarna/ING-Password-Filler
Help Page URL https://github.com/piotr-sarna/ING-Password-Filler
Supported Languages en,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_app_title__",
    "version": "3.0.0",
    "description": "__MSG_app_description__",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/login.ingbank.pl\/mojeing\/app\/*"
            ],
            "css": [
                "build\/bundle.css"
            ],
            "js": [
                "build\/bundle.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 3,
    "default_locale": "en"
}