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