Money Hero!
Save Impulsively
Money Hero!란 무엇입니까?
Money Hero!은(는) Kainban Innovations에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save Impulsively"입니다.
확장 프로그램 스크린샷
Money Hero! 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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! |
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" ] } |