Confetti Habit Tracker

A habit tracker for celebrating your daily goals

Qu'est-ce que Confetti Habit Tracker ?

Confetti Habit Tracker est une extension Chrome développée par https://confettihabits.com, et sa fonction principale est "A habit tracker for celebrating your daily goals".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Confetti Habit Tracker

Téléchargez les fichiers d'extension Confetti Habit Tracker 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

                        A Free Habit Tracker for Celebrating Daily Accomplishments 🎉

Available on web, iOS, Android, and Chrome - confettihabits.com

Once installed, the new tab is replaced with a non invasive habit tracking dashboard.

• Habit Tracking Dashboard
- Add and manage habits in one intuitive interface that launches confetti for each habit completion
- View weekly, monthly, yearly, and all time stats for habits
- Track To-Do and Not-To-Do habits
- Visualize your progress and see your % increase

• Free habit tracking
- Track up to 3 habits completely free, forever
- Upgrade to a monthly or yearly plan for unlimited habits

• Streaks
- View your streaks for each habit

For any feedback, support, or inquiries, please contact us at [email protected]                    

Informations de Base sur l'Extension

Nom Confetti Habit Tracker Confetti Habit Tracker
ID hicbenbldlkghoodigniooplopgjjpnh
URL Officiel https://chromewebstore.google.com/detail/confetti-habit-tracker/hicbenbldlkghoodigniooplopgjjpnh
Description A habit tracker for celebrating your daily goals
Taille du Fichier 1.45 MB
Nombre d'Installations 2,090
Version Actuelle 0.3.5
Dernière Mise à Jour 2021-03-11
Date de Publication 2020-07-04
Évaluation 3.50/5 Total 8 Évaluations
Développeur https://confettihabits.com
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://confetttihabits.com
URL de la Page d'Aide https://confetttihabits.com
URL de la Page de Politique de Confidentialité https://tryconfetti.io/privacy
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Confetti Habit Tracker",
    "description": "A habit tracker for celebrating your daily goals",
    "version": "0.3.5",
    "browser_action": {
        "default_popup": "index.html#popup",
        "default_title": "Open the popup"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "identity"
    ],
    "oauth2": {
        "client_id": "600975367543-f1k384tentgl55kefe0j12c012031dbh.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/apis.google.com https:\/\/*.googleapis.com https:\/\/use.typekit.net https:\/\/www.confettihabits.com https:\/\/*.facebook.com https:\/\/*.sentry.io; object-src 'self'; connect-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/*.googleapis.com https:\/\/apis.google.com https:\/\/www.confettihabits.com https:\/\/*.facebook.com https:\/\/*.sentry.io"
}