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 là gì?

Moje ING - masked password filler là một tiện ích mở rộng Chrome được phát triển bởi Piotr Sarna, và tính năng chính của nó là "The add-on allows you to swiftly fill up your login and masked password on the Moje ING website".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Moje ING - masked password filler

Tải xuống các tệp mở rộng Moje ING - masked password filler dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Moje ING - masked password filler Moje ING - masked password filler
ID hjldkhnfpjflmcjfkghnccbhekljalek
URL Chính Thức https://chromewebstore.google.com/detail/moje-ing-masked-password/hjldkhnfpjflmcjfkghnccbhekljalek
Mô tả The add-on allows you to swiftly fill up your login and masked password on the Moje ING website
Kích Thước Tệp 30.34 KB
Số Lần Cài Đặt 209
Phiên Bản Hiện Tại 3.0.0
Cập Nhật Lần Cuối 2023-11-15
Ngày Phát Hành 2020-05-16
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Piotr Sarna
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/piotr-sarna/ING-Password-Filler
URL Trang Trợ Giúp https://github.com/piotr-sarna/ING-Password-Filler
Ngôn Ngữ Được Hỗ Trợ 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"
}