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是由Piotr Sarna開發的Chrome擴展程式,該擴展的主要功能是“The add-on allows you to swiftly fill up your login and masked password on the Moje ING website”。

擴展截圖

screenshot

下載Moje ING - masked password filler擴展crx文件

下載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
官方網址 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"
}