Autofill ebank info
This extension will help me autofill login info.
Autofill ebank info क्या है?
Autofill ebank info https://www.deray.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will help me autofill login info."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Autofill ebank info एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
ebank autofill utility help user auto fill login form now support taipeifubon, esunbank, chb, yuantabank, sinopac, taishin and user data is trip-des encrypt save at local storage.
एक्सटेंशन की मूल जानकारी
नाम | Autofill ebank info |
ID | dekakgokcdbnepfnaebhgkgackmnnmda |
आधिकारिक URL | https://chromewebstore.google.com/detail/autofill-ebank-info/dekakgokcdbnepfnaebhgkgackmnnmda |
विवरण | This extension will help me autofill login info. |
फ़ाइल का आकार | 66.85 KB |
स्थापना संख्या | 22 |
वर्तमान संस्करण | 2.10.0 |
अंतिम अपडेट | 2019-08-13 |
प्रकाशन तिथि | 2019-08-12 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | https://www.deray.org |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Autofill ebank info", "description": "This extension will help me autofill login info.", "version": "2.10.0", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": { "19": "icons\/icon19.png", "38": "icons\/icon38.png" }, "default_popup": "options.html" }, "options_page": "options.html", "content_scripts": [ { "matches": [ "*:\/\/ebank.taipeifubon.com.tw\/B2C\/common\/Index.faces", "*:\/\/ebank.esunbank.com.tw\/index.jsp", "*:\/\/www.chb.com.tw\/chbnib\/faces\/login\/Login", "*:\/\/ebank.yuantabank.com.tw\/ib\/ibanc.jsp", "*:\/\/mma.sinopac.com\/MemberPortal\/Member\/NextWebLogin.aspx", "*:\/\/my.taishinbank.com.tw\/TIBTWWeb\/RB00\/RB00010002.jsp", "*:\/\/www.ctbcbank.com\/CTCBPortalWeb\/toPage?id=*", "*:\/\/netbank.hncb.com.tw\/netbank\/servlet\/TrxDispatcher?trx=com.lb.wibc.trx.Login&*", "*:\/\/www.ctbcbank.com\/twrbc\/twrbc-general\/ot001\/010", "*:\/\/www.cathaybk.com.tw\/MyBank", "*:\/\/ipost.post.gov.tw\/pst\/*" ], "js": [ ".\/js\/jquery.min.js", ".\/js\/tripledes.js", ".\/js\/des.js", ".\/js\/autofill.js" ] } ], "background": { "scripts": [ ".\/js\/background.js" ] }, "permissions": [ "tabs", "storage", "identity", "identity.email" ] } |