Confetti Habit Tracker

A habit tracker for celebrating your daily goals

Confetti Habit Tracker란 무엇입니까?

Confetti Habit Tracker은(는) https://confettihabits.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A habit tracker for celebrating your daily goals"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Confetti Habit Tracker 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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]                    

확장 프로그램 기본 정보

이름 Confetti Habit Tracker Confetti Habit Tracker
ID hicbenbldlkghoodigniooplopgjjpnh
공식 URL https://chromewebstore.google.com/detail/confetti-habit-tracker/hicbenbldlkghoodigniooplopgjjpnh
설명 A habit tracker for celebrating your daily goals
파일 크기 1.45 MB
설치 횟수 2,090
현재 버전 0.3.5
최근 업데이트 2021-03-11
출시 날짜 2020-07-04
평점 3.50/5 총 8 개의 평점
개발자 https://confettihabits.com
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://confetttihabits.com
도움말 페이지 URL https://confetttihabits.com
개인정보 보호 정책 페이지 URL https://tryconfetti.io/privacy
지원되는 언어 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"
}