Bankwest Virtual Accounts

Add 'virtual accounts' to your Bankwest IBS to help you save.

Bankwest Virtual Accounts là gì?

Bankwest Virtual Accounts là một tiện ích mở rộng Chrome được phát triển bởi Euphoric Software, và tính năng chính của nó là "Add 'virtual accounts' to your Bankwest IBS to help you save.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Bankwest Virtual Accounts

Tải xuống các tệp mở rộng Bankwest Virtual Accounts dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Add "virtual accounts" to your Bankwest online banking to help you save by allowing you to put money away for specific purposes. Got a car service coming up? Create a new account called "Car service" and put the date of the service in the notes to let you save towards it and make sure the money isn't accidentally used on something else. Make sure you have enough put aside for the next round of bills, or just ensure your weekend adventures don't break the budget!

This extension only requests access to the domain https://ibs.bankwest.com.au/ and only runs scripts on the account balances page. However, as this extension does run on a banking website, we strongly suggest you don't take our word for it and inspect the source code yourself. You can view the repository here: https://github.com/ProfSmiles/bankwest-virtual-accounts                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Bankwest Virtual Accounts Bankwest Virtual Accounts
ID gilbnnlfdodjcockjpiafnepgfbdajag
URL Chính Thức https://chromewebstore.google.com/detail/bankwest-virtual-accounts/gilbnnlfdodjcockjpiafnepgfbdajag
Mô tả Add 'virtual accounts' to your Bankwest IBS to help you save.
Kích Thước Tệp 40.22 KB
Số Lần Cài Đặt 46
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2017-03-17
Ngày Phát Hành 2017-03-16
Nhà Phát Triển Euphoric Software
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/ProfSmiles/bankwest-virtual-accounts
URL Trang Chính Sách Bảo Mật https://es.barrington.id.au/privacy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bankwest Virtual Accounts",
    "version": "0.1",
    "description": "Add 'virtual accounts' to your Bankwest IBS to help you save.",
    "author": "Guy Barrington, Euphoric Software",
    "manifest_version": 2,
    "permissions": [
        "https:\/\/ibs.bankwest.com.au\/",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.ibs.bankwest.com.au\/CMWeb\/AccountInformation\/AI\/Balances.aspx*",
                "*:\/\/*.ibs.bankwest.com.au\/cmweb\/accountinformation\/ai\/balances.aspx*"
            ],
            "css": [
                "css\/balances.css"
            ],
            "js": [
                "js\/jquery-3.1.1.min.js",
                "js\/balances.js"
            ]
        }
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    }
}