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"입니다.
확장 프로그램 스크린샷
Your Money Aggregator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
ID | pkhbgealgppobjjkeahfgknimjonelkn |
공식 URL | 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" ] } |