Moje ING - masked password filler
The add-on allows you to swiftly fill up your login and masked password on the Moje ING website
Was ist Moje ING - masked password filler?
Moje ING - masked password filler ist eine Chrome-Erweiterung, die von Piotr Sarna entwickelt wurde, und ihr Hauptmerkmal ist "The add-on allows you to swiftly fill up your login and masked password on the Moje ING website".
Erweiterungsscreenshots
Moje ING - masked password filler-Erweiterungs-CRX-Datei herunterladen
Laden Sie Moje ING - masked password filler-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Moje ING - masked password filler |
ID | hjldkhnfpjflmcjfkghnccbhekljalek |
Offizielle URL | https://chromewebstore.google.com/detail/moje-ing-masked-password/hjldkhnfpjflmcjfkghnccbhekljalek |
Beschreibung | The add-on allows you to swiftly fill up your login and masked password on the Moje ING website |
Dateigröße | 30.34 KB |
Installationsanzahl | 209 |
Aktuelle Version | 3.0.0 |
Letztes Update | 2023-11-15 |
Veröffentlichungsdatum | 2020-05-16 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | Piotr Sarna |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/piotr-sarna/ING-Password-Filler |
Hilfeseite URL | https://github.com/piotr-sarna/ING-Password-Filler |
Unterstützte Sprachen | 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" } |