Your Money Aggregator
Aggregate multiple bank accounts under the same app
Was ist Your Money Aggregator?
Your Money Aggregator ist eine Chrome-Erweiterung, die von Joao Oliveira entwickelt wurde, und ihr Hauptmerkmal ist "Aggregate multiple bank accounts under the same app".
Erweiterungsscreenshots
Your Money Aggregator-Erweiterungs-CRX-Datei herunterladen
Laden Sie Your Money Aggregator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | pkhbgealgppobjjkeahfgknimjonelkn |
Offizielle URL | https://chrome.google.com/webstore/detail/your-money-aggregator/pkhbgealgppobjjkeahfgknimjonelkn |
Beschreibung | Aggregate multiple bank accounts under the same app |
Dateigröße | 534 KB |
Installationsanzahl | 32 |
Aktuelle Version | 0.9 |
Letztes Update | 2016-08-09 |
Veröffentlichungsdatum | 2016-08-09 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | Joao Oliveira |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |