Autofill ebank info

This extension will help me autofill login info.

Autofill ebank info란 무엇입니까?

Autofill ebank info은(는) https://www.deray.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension will help me autofill login info."입니다.

확장 프로그램 스크린샷

screenshot

Autofill ebank info 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
    ]
}