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文件
下載Expense Tracker Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" } } } |