Moje ING - masked password filler
The add-on allows you to swiftly fill up your login and masked password on the Moje ING website
Что такое Moje ING - masked password filler?
Moje ING - masked password filler - это расширение Chrome, разработанное Piotr Sarna, и его основная функция - "The add-on allows you to swiftly fill up your login and masked password on the Moje ING website".
Снимки экрана расширения
Скачать файл CRX расширения Moje ING - masked password filler
Скачайте файлы расширений Moje ING - masked password filler в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | Moje ING - masked password filler |
ID | hjldkhnfpjflmcjfkghnccbhekljalek |
Официальный URL | https://chromewebstore.google.com/detail/moje-ing-masked-password/hjldkhnfpjflmcjfkghnccbhekljalek |
Описание | The add-on allows you to swiftly fill up your login and masked password on the Moje ING website |
Размер файла | 30.34 KB |
Количество установок | 209 |
Текущая Версия | 3.0.0 |
Последнее Обновление | 2023-11-15 |
Дата публикации | 2020-05-16 |
Рейтинг | 5.00/5 Всего 2 оценок |
Разработчик | Piotr Sarna |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/piotr-sarna/ING-Password-Filler |
URL страницы помощи | https://github.com/piotr-sarna/ING-Password-Filler |
Поддерживаемые языки | 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" } |