Moje ING - masked password filler
The add-on allows you to swiftly fill up your login and masked password on the Moje ING website
Co to jest Moje ING - masked password filler?
Moje ING - masked password filler to rozszerzenie Chrome opracowane przez Piotr Sarna, a jego główną funkcją jest „The add-on allows you to swiftly fill up your login and masked password on the Moje ING website”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Moje ING - masked password filler
Pobierz pliki rozszerzeń Moje ING - masked password filler w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Moje ING - masked password filler |
ID | hjldkhnfpjflmcjfkghnccbhekljalek |
Oficjalny URL | https://chromewebstore.google.com/detail/moje-ing-masked-password/hjldkhnfpjflmcjfkghnccbhekljalek |
Opis | The add-on allows you to swiftly fill up your login and masked password on the Moje ING website |
Rozmiar pliku | 30.34 KB |
Liczba instalacji | 209 |
Aktualna Wersja | 3.0.0 |
Ostatnia Aktualizacja | 2023-11-15 |
Data Publikacji | 2020-05-16 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | Piotr Sarna |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/piotr-sarna/ING-Password-Filler |
Adres URL Strony Pomocy | https://github.com/piotr-sarna/ING-Password-Filler |
Obsługiwane Języki | 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" } |