BudgetBuddy

BudgetBuddy - Your Ultimate Monthly Budget Manager

Qu'est-ce que BudgetBuddy ?

BudgetBuddy est une extension Chrome développée par RedTLV, et sa fonction principale est "BudgetBuddy - Your Ultimate Monthly Budget Manager".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension BudgetBuddy

Téléchargez les fichiers d'extension BudgetBuddy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Are you tired of constantly exceeding your monthly budget and struggling to keep track of your expenses? Look no further! BudgetBuddy is here to revolutionize the way you manage your finances. Our Chrome extension offers a solution to help you take control of your monthly expenses and stay within your budget effortlessly.
The BudgetBuddy extension changes your search engine in the new tab to Bing and provides the features below:
- Interactive budget management features
- Convenient web search

By clicking "Add to Chrome", I accept and agree to installing the BudgetBuddy Chrome extension and setting Chrome New Tab search provider to Microsoft Bing as described by the service in the Terms of Use- https://www.budgetbuddy.life/terms-of-use and Privacy Policy https://www.budgetbuddy.life/privacy-policy.

About us::
At BudgetBuddy we are passionate about empowering individuals to take charge of their financial journey. We understand the challenges that come with managing monthly budgets, and that's why we've created a Chrome extension that makes budget management simple, intuitive, and effective.

We invite you to visit us in our website:
https://budgetbuddy.life                    

Informations de Base sur l'Extension

Nom BudgetBuddy BudgetBuddy
ID ampdcpljfimadppoegganahbpkjoekkb
URL Officiel https://chromewebstore.google.com/detail/budgetbuddy/ampdcpljfimadppoegganahbpkjoekkb
Description BudgetBuddy - Your Ultimate Monthly Budget Manager
Taille du Fichier 11.92 MB
Nombre d'Installations 5,033
Version Actuelle 1.4
Dernière Mise à Jour 2023-09-29
Date de Publication 2023-08-12
Évaluation 5.00/5 Total 1 Évaluations
Développeur RedTLV
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://budgetbuddy.life
URL de la Page de Politique de Confidentialité https://www.budgetbuddy.life/privacy-policy
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BudgetBuddy",
    "version": "1.4",
    "description": "BudgetBuddy - Your Ultimate Monthly Budget Manager",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": "images\/BudgetBuddy Icon (1).png"
    },
    "icons": {
        "16": "images\/16x16.png",
        "32": "images\/32x32.png",
        "64": "images\/64x64.png",
        "128": "images\/128x128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage"
    ]
}