Expense Tracker Tab
Expense Tracker Tab - Simplify expense tracking and budget management
Expense Tracker Tab란 무엇입니까?
Expense Tracker Tab은(는) Carbonatix LTD에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Expense Tracker Tab - Simplify expense tracking and budget management"입니다.
확장 프로그램 스크린샷
Expense Tracker Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Expense Tracker Tab: Your Personal Expense Tracker for New Tab! Take control of your finances like never before with Expense Tracker Tab. You can effortlessly monitor and analyze your expenses right from your open a new tab, simply add all the expenses and . Don't let your finances overwhelm you. Take charge of your spending and achieve financial freedom with Expense Tracker Tab. Download the extension today and transform your new tab into a powerful expense tracking hub. Your financial journey starts now! By clicking "Add to chrome", I accept and agree to installing the: Expense Tracker Tab extension and setting chrome new tab search provider to Microsoft Bing as described by the service in terms of use https://expensetrackertab.com/terms and Privacy Policy https://expensetrackertab.com/privacy This extension is free to download from the Chrome Web store, and you can uninstall it at any time. Terms of Use - https://expensetrackertab.com/terms Privacy Policy - https://expensetrackertab.com/privacy About - https://expensetrackertab.com/about
확장 프로그램 기본 정보
이름 | Expense Tracker Tab |
ID | eajjlonhjchffdcafkfkaggnfafnlhng |
공식 URL | https://chromewebstore.google.com/detail/expense-tracker-tab/eajjlonhjchffdcafkfkaggnfafnlhng |
설명 | Expense Tracker Tab - Simplify expense tracking and budget management |
파일 크기 | 479 KB |
설치 횟수 | 4,674 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2024-02-08 |
출시 날짜 | 2023-07-10 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | Carbonatix LTD |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://carbonatix.com/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Expense Tracker Tab", "description": "Expense Tracker Tab - Simplify expense tracking and budget management", "version": "1.0.1", "chrome_url_overrides": { "newtab": "index.html" }, "background": { "service_worker": "background.js" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_icon": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } } |