Ameyo | Task + Habit Tracker
Keep track of your daily habits, standups, and future tasks. Think Trello but focused on daily self improvement.
What is Ameyo | Task + Habit Tracker?
Ameyo | Task + Habit Tracker is a Chrome extension developed by https://alexcyph.us, and its main feature is "Keep track of your daily habits, standups, and future tasks. Think Trello but focused on daily self improvement.".
Extension Screenshots
Download Ameyo | Task + Habit Tracker Extension CRX File
Download Ameyo | Task + Habit Tracker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Ameyo is a tool for the “New Tab” page that helps you track your daily habits, list daily tasks, remember what you did yesterday, store future tasks in the backlog, and track your progress. At midnight every day, Ameyo will... ✨ Move completed "Today" tasks to "Yesterday" ✨ Move completed "Yesterday" tasks to the history ✨ Uncheck all your habits so you're ready to do them all again the next day ✨ Show you a new beautiful background image You will then be able to see... 📈 How often your habits are completed 📈 How many tickets you completed in the last thirty days 📈 Your complete history of tickets
Extension Basic Information
Name | Ameyo | Task + Habit Tracker |
ID | bocdgdckommbhbffgloaoefepalhiplh |
Official URL | https://chromewebstore.google.com/detail/ameyo-task-+-habit-tracke/bocdgdckommbhbffgloaoefepalhiplh |
Description | Keep track of your daily habits, standups, and future tasks. Think Trello but focused on daily self improvement. |
File Size | 10.21 MB |
Installation Count | 378 |
Current Version | 1.4.1 |
Last Updated | 2021-06-22 |
Publish Date | 2020-10-21 |
Rating | 4.76/5 Total 34 Ratings |
Developer | https://alexcyph.us |
[email protected] | |
Payment Type | free |
Extension Website | http://ameyo.alexcyph.us |
Help Page URL | http://ameyo.alexcyph.us |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ameyo | Task + Habit Tracker", "version": "1.4.1", "manifest_version": 2, "description": "Keep track of your daily habits, standups, and future tasks. Think Trello but focused on daily self improvement.", "chrome_url_overrides": { "newtab": "index.html" }, "browser_action": { "default_icon": "favicon.png" }, "content_security_policy": "script-src 'self' https:\/\/apis.google.com http:\/\/alexcyph.us; object-src 'self'", "permissions": [ "http:\/\/www.alexcyph.us\/" ] } |