Your Money Aggregator

Aggregate multiple bank accounts under the same app

Your Money Aggregatorคืออะไร?

Your Money Aggregator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Joao Oliveira และคุณลักษณะหลักของมันคือ "Aggregate multiple bank accounts under the same app"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Your Money Aggregator

ดาวน์โหลดไฟล์ส่วนขยาย Your Money Aggregator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Your Money Aggregator Your Money Aggregator
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"
    ]
}