Money Hero!

Save Impulsively

Money Hero!คืออะไร?

Money Hero! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kainban Innovations และคุณลักษณะหลักของมันคือ "Save Impulsively"

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

screenshot
screenshot
screenshot

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

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

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

                        Saving money is boring. 

But Money Hero makes saving as much fun as shopping by keeping track of the things you choose NOT to buy. 

It runs in the background of your browser until you try to make a purchase, then presents you with a choice: continue with your purchase, or give yourself credit for NOT purchasing so Money Hero can remember the amount you've saved.

It can even give you credit for finding cheaper versions of stuff - when you are about to checkout, Money Hero can remember the item so you can shop around, and give you credit for the savings when you find it cheaper!

-----------------------------

Money Hero works on many of the top online retail sites, with more being added continuously.
It can even remind you how much you saved when you log onto your bank's website, that way you can transfer that amount into your savings or investment account.


Money Hero doesn't want you wasting your money, so it's completely free!

Install the extension, and get save crazy!                    

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

ชื่อ Money Hero! Money Hero!
ID podoofabikggddpkbppdmaapoioambpi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/money-hero/podoofabikggddpkbppdmaapoioambpi
คำอธิบาย Save Impulsively
ขนาดไฟล์ 521 KB
จำนวนการติดตั้ง 17
เวอร์ชันปัจจุบัน 2.1
อัปเดตครั้งล่าสุด 2019-12-24
วันที่เผยแพร่ 2019-12-19
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Kainban Innovations
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://money-hero.com
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Money Hero!",
    "short_name": "MoneyHero",
    "version": "2.1",
    "manifest_version": 2,
    "description": "Save Impulsively",
    "icons": {
        "16": "images\/MoneyHero16.png",
        "48": "images\/MoneyHero48.png",
        "128": "images\/MoneyHero128.png"
    },
    "browser_action": {
        "default_icon": "images\/MoneyHero16.png",
        "default_badge": "images\/MoneyHero16.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.com\/*",
                "https:\/\/smile.amazon.com\/*",
                "https:\/\/www.amazon.co.uk\/*"
            ],
            "js": [
                "price.js",
                "mh-add-events-amzn.js"
            ],
            "css": [
                "css\/money-hero-block.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.ebay.com\/*"
            ],
            "js": [
                "price.js",
                "mh-add-events-ebay.js"
            ],
            "css": [
                "css\/money-hero-block.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.walmart.com\/*"
            ],
            "js": [
                "price.js",
                "mh-add-events-wal.js"
            ],
            "css": [
                "css\/money-hero-block.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.bestbuy.com\/*"
            ],
            "js": [
                "price.js",
                "mh-add-events-bestb.js"
            ],
            "css": [
                "css\/money-hero-block.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.wellsfargo.com\/*",
                "https:\/\/www.bankofamerica.com\/online-banking\/sign-in\/*",
                "https:\/\/online.citi.com\/*",
                "https:\/\/www.chase.com\/digital\/*",
                "https:\/\/secure03a.chase.com\/*",
                "https:\/\/onlinebanking.regions.com\/*",
                "https:\/\/login.regions.com\/*",
                "https:\/\/www.pnc.com\/en\/*"
            ],
            "js": [
                "member.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "https:\/\/money-hero.com\/*",
        "tabs",
        "storage"
    ],
    "web_accessible_resources": [
        "*.png",
        "*.mp3",
        "*.js"
    ]
}