Moje ING - masked password filler

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

Apa itu Moje ING - masked password filler?

Moje ING - masked password filler adalah ekstensi Chrome yang dikembangkan oleh Piotr Sarna, dan fitur utamanya adalah "The add-on allows you to swiftly fill up your login and masked password on the Moje ING website".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Moje ING - masked password filler

Unduh file ekstensi Moje ING - masked password filler dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Moje ING - masked password filler Moje ING - masked password filler
ID hjldkhnfpjflmcjfkghnccbhekljalek
URL Resmi https://chromewebstore.google.com/detail/moje-ing-masked-password/hjldkhnfpjflmcjfkghnccbhekljalek
Deskripsi The add-on allows you to swiftly fill up your login and masked password on the Moje ING website
Ukuran File 30.34 KB
Jumlah Instalasi 209
Versi Saat Ini 3.0.0
Terakhir Diperbarui 2023-11-15
Tanggal Publikasi 2020-05-16
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Piotr Sarna
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/piotr-sarna/ING-Password-Filler
URL Halaman Bantuan https://github.com/piotr-sarna/ING-Password-Filler
Bahasa yang Didukung 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"
}