Your Money Aggregator

Aggregate multiple bank accounts under the same app

O que é Your Money Aggregator?

Your Money Aggregator é uma extensão do Chrome desenvolvida por Joao Oliveira, e sua principal característica é "Aggregate multiple bank accounts under the same app".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Your Money Aggregator

Baixe arquivos de extensão Your Money Aggregator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Your Money Aggregator Your Money Aggregator
ID pkhbgealgppobjjkeahfgknimjonelkn
URL Oficial https://chrome.google.com/webstore/detail/your-money-aggregator/pkhbgealgppobjjkeahfgknimjonelkn
Descrição Aggregate multiple bank accounts under the same app
Tamanho do Arquivo 534 KB
Contagem de Instalações 32
Versão Atual 0.9
Última Atualização 2016-08-09
Data de Publicação 2016-08-09
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Joao Oliveira
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}