Your Money Aggregator
Aggregate multiple bank accounts under the same app
Your Money Aggregator là gì?
Your Money Aggregator là một tiện ích mở rộng Chrome được phát triển bởi Joao Oliveira, và tính năng chính của nó là "Aggregate multiple bank accounts under the same app".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Your Money Aggregator
Tải xuống các tệp mở rộng Your Money Aggregator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | pkhbgealgppobjjkeahfgknimjonelkn |
URL Chính Thức | https://chrome.google.com/webstore/detail/your-money-aggregator/pkhbgealgppobjjkeahfgknimjonelkn |
Mô tả | Aggregate multiple bank accounts under the same app |
Kích Thước Tệp | 534 KB |
Số Lần Cài Đặt | 32 |
Phiên Bản Hiện Tại | 0.9 |
Cập Nhật Lần Cuối | 2016-08-09 |
Ngày Phát Hành | 2016-08-09 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Joao Oliveira |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |