Money Manager
Track all your spendings with this extension
Money Manager란 무엇입니까?
Money Manager은(는) rathiharshit123에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Track all your spendings with this extension"입니다.
확장 프로그램 스크린샷
Money Manager 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension is used to manage your budget. With this extension the user can set his/her budget and then spend the money. This extension will let you know how much money you have left and how much you've spent. You can also reset the money you've spent. Since it has the functionality to appear in the context menu, the user can go on shopping websites and can select the price of the item, and then right click on the number and select spendMoney option to spend that much amount. This extension will give out notifications when the user have spent more money than they have allotted also when they have done the reset. So, you can set your savings as your budget and when you spend more money than your savings you will get notified.
확장 프로그램 기본 정보
이름 | Money Manager |
ID | eglhkdhnmkggbbepgfdigfajlempkdif |
공식 URL | https://chromewebstore.google.com/detail/money-manager/eglhkdhnmkggbbepgfdigfajlempkdif |
설명 | Track all your spendings with this extension |
파일 크기 | 43.05 KB |
설치 횟수 | 503 |
현재 버전 | 0.0.1 |
최근 업데이트 | 2022-01-04 |
출시 날짜 | 2022-01-04 |
평점 | 4.70/5 총 10 개의 평점 |
개발자 | rathiharshit123 |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Money Manager", "version": "0.0.1", "manifest_version": 2, "description": "Track all your spendings with this extension", "icons": { "128": "icon128.png", "64": "icon64.png", "16": "icon16.png" }, "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html" }, "options_page": "options.html", "background": { "scripts": [ "eventpage.js" ], "persistent": false }, "permissions": [ "storage", "notifications", "contextMenus" ] } |