Expense Tracker Tab

Expense Tracker Tab - Simplify expense tracking and budget management

O que é Expense Tracker Tab?

Expense Tracker Tab é uma extensão do Chrome desenvolvida por Carbonatix LTD, e sua principal característica é "Expense Tracker Tab - Simplify expense tracking and budget management".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Expense Tracker Tab

Baixe arquivos de extensão Expense Tracker Tab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Expense Tracker Tab Expense Tracker Tab
ID eajjlonhjchffdcafkfkaggnfafnlhng
URL Oficial https://chromewebstore.google.com/detail/expense-tracker-tab/eajjlonhjchffdcafkfkaggnfafnlhng
Descrição Expense Tracker Tab - Simplify expense tracking and budget management
Tamanho do Arquivo 479 KB
Contagem de Instalações 4,674
Versão Atual 1.0.1
Última Atualização 2024-02-08
Data de Publicação 2023-07-10
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Carbonatix LTD
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://carbonatix.com/privacy
Idiomas Suportados 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"
        }
    }
}