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」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } |