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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    }
}