Your Money Aggregator

Aggregate multiple bank accounts under the same app

什麼是Your Money Aggregator?

Your Money Aggregator是由Joao Oliveira開發的Chrome擴展程式,該擴展的主要功能是“Aggregate multiple bank accounts under the same app”。

擴展截圖

screenshot

下載Your Money Aggregator擴展crx文件

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

擴展使用說明

                        Money Aggregator allows you to aggregate statements from multiple bank accounts.  At the moment it only support Personal AIB bank accounts. It never stores or shares your data. The only way you can get your data out is by exporting your statements to a CSV file, using the save button. 
After exporting to CSV, you can then use it with: 
- You Need A Budget online app, makes you Gain Total Control of Your Money, paying off debt, saving more money, and breaking the paycheck cycle. 
- Qlik Sense® Desktop or Qlik Sense® Cloud, a revolutionary free self-service application that will provide hi-tech visualization and discovery of your expenditures. You can download our Money Aggregator Qlik Sense app (here) and then upload it into your cloud account, and then use the Data Load Editor to upload your CSV file.                    

擴展基本資訊

名稱 Your Money Aggregator Your Money Aggregator
ID pkhbgealgppobjjkeahfgknimjonelkn
官方網址 https://chrome.google.com/webstore/detail/your-money-aggregator/pkhbgealgppobjjkeahfgknimjonelkn
簡介 Aggregate multiple bank accounts under the same app
檔案大小 534 KB
安裝次數 32
目前版本 0.9
更新時間 2016-08-09
上架時間 2016-08-09
評分 5.00/5 共 2 次評分
開發者 Joao Oliveira
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Your Money Aggregator",
    "description": "Aggregate multiple bank accounts under the same app",
    "version": "0.9",
    "author": "Joao Oliveira",
    "icons": {
        "16": "include\/icon16.png",
        "48": "include\/icon48.png",
        "128": "include\/icon128.png"
    },
    "browser_action": {
        "default_title": "Your Money Aggregator",
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "app\/start.js"
        ]
    },
    "permissions": [
        "tabs",
        "https:\/\/onlinebanking.aib.ie\/*",
        "webRequest",
        "webNavigation"
    ]
}