Autofill ebank info

This extension will help me autofill login info.

Что такое Autofill ebank info?

Autofill ebank info - это расширение Chrome, разработанное https://www.deray.org, и его основная функция - "This extension will help me autofill login info.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Autofill ebank info

Скачайте файлы расширений Autofill ebank info в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
    ]
}