Bankwest Virtual Accounts

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

Bankwest Virtual Accounts क्या है?

Bankwest Virtual Accounts Euphoric Software द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add 'virtual accounts' to your Bankwest IBS to help you save."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Bankwest Virtual Accounts एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}