Autofill ebank info

This extension will help me autofill login info.

Qu'est-ce que Autofill ebank info ?

Autofill ebank info est une extension Chrome développée par https://www.deray.org, et sa fonction principale est "This extension will help me autofill login info.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Autofill ebank info

Téléchargez les fichiers d'extension Autofill ebank info au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Autofill ebank info Autofill ebank info
ID dekakgokcdbnepfnaebhgkgackmnnmda
URL Officiel https://chromewebstore.google.com/detail/autofill-ebank-info/dekakgokcdbnepfnaebhgkgackmnnmda
Description This extension will help me autofill login info.
Taille du Fichier 66.85 KB
Nombre d'Installations 22
Version Actuelle 2.10.0
Dernière Mise à Jour 2019-08-13
Date de Publication 2019-08-12
Évaluation 5.00/5 Total 4 Évaluations
Développeur https://www.deray.org
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}