Moje ING - masked password filler

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

Qu'est-ce que Moje ING - masked password filler ?

Moje ING - masked password filler est une extension Chrome développée par Piotr Sarna, et sa fonction principale est "The add-on allows you to swiftly fill up your login and masked password on the Moje ING website".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Moje ING - masked password filler

Téléchargez les fichiers d'extension Moje ING - masked password filler au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Moje ING - masked password filler Moje ING - masked password filler
ID hjldkhnfpjflmcjfkghnccbhekljalek
URL Officiel 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
Taille du Fichier 30.34 KB
Nombre d'Installations 209
Version Actuelle 3.0.0
Dernière Mise à Jour 2023-11-15
Date de Publication 2020-05-16
Évaluation 5.00/5 Total 2 Évaluations
Développeur Piotr Sarna
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/piotr-sarna/ING-Password-Filler
URL de la Page d'Aide https://github.com/piotr-sarna/ING-Password-Filler
Langues Prises en Charge 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"
}