Bankwest Virtual Accounts

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

什麼是Bankwest Virtual Accounts?

Bankwest Virtual Accounts是由Euphoric Software開發的Chrome擴展程式,該擴展的主要功能是“Add 'virtual accounts' to your Bankwest IBS to help you save.”。

擴展截圖

screenshot

下載Bankwest Virtual Accounts擴展crx文件

下載Bankwest Virtual Accounts擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Bankwest Virtual Accounts Bankwest Virtual Accounts
ID gilbnnlfdodjcockjpiafnepgfbdajag
官方網址 https://chromewebstore.google.com/detail/bankwest-virtual-accounts/gilbnnlfdodjcockjpiafnepgfbdajag
簡介 Add 'virtual accounts' to your Bankwest IBS to help you save.
檔案大小 40.22 KB
安裝次數 46
目前版本 0.1
更新時間 2017-03-17
上架時間 2017-03-16
開發者 Euphoric Software
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/ProfSmiles/bankwest-virtual-accounts
隱私政策頁面URL https://es.barrington.id.au/privacy.html
支援的語言 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"
    }
}