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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The add-on allows you to swiftly fill up your login and masked password on the Moje ING website"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Moje ING - masked password filler एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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" } |