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”。
扩展截图
下载Confetti Habit Tracker扩展crx文件
下载Confetti Habit Tracker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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] 扩展基本信息
| 名称 | |
| 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"
} | |