Your Money Aggregator
Aggregate multiple bank accounts under the same app
Qu'est-ce que Your Money Aggregator ?
Your Money Aggregator est une extension Chrome développée par Joao Oliveira, et sa fonction principale est "Aggregate multiple bank accounts under the same app".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Your Money Aggregator
Téléchargez les fichiers d'extension Your Money Aggregator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | pkhbgealgppobjjkeahfgknimjonelkn |
URL Officiel | https://chrome.google.com/webstore/detail/your-money-aggregator/pkhbgealgppobjjkeahfgknimjonelkn |
Description | Aggregate multiple bank accounts under the same app |
Taille du Fichier | 534 KB |
Nombre d'Installations | 32 |
Version Actuelle | 0.9 |
Dernière Mise à Jour | 2016-08-09 |
Date de Publication | 2016-08-09 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Joao Oliveira |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |