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".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου 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 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"
}