Moje ING - masked password filler
The add-on allows you to swiftly fill up your login and masked password on the Moje ING website
Wat is Moje ING - masked password filler?
Moje ING - masked password filler is een Chrome-extensie ontwikkeld door Piotr Sarna, en de belangrijkste functie is "The add-on allows you to swiftly fill up your login and masked password on the Moje ING website".
Extensie Screenshots
Download het CRX-bestand van de extensie Moje ING - masked password filler
Download Moje ING - masked password filler-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
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.
Basisinformatie over de Extensie
Naam | Moje ING - masked password filler |
ID | hjldkhnfpjflmcjfkghnccbhekljalek |
Officiële URL | https://chromewebstore.google.com/detail/moje-ing-masked-password/hjldkhnfpjflmcjfkghnccbhekljalek |
Beschrijving | The add-on allows you to swiftly fill up your login and masked password on the Moje ING website |
Bestandsgrootte | 30.34 KB |
Aantal Installaties | 209 |
Huidige Versie | 3.0.0 |
Laatst Bijgewerkt | 2023-11-15 |
Publicatiedatum | 2020-05-16 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Piotr Sarna |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/piotr-sarna/ING-Password-Filler |
Help Pagina-URL | https://github.com/piotr-sarna/ING-Password-Filler |
Ondersteunde Talen | 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" } |