Ameyo | Task + Habit Tracker

Keep track of your daily habits, standups, and future tasks. Think Trello but focused on daily self improvement.

Was ist Ameyo | Task + Habit Tracker?

Ameyo | Task + Habit Tracker ist eine Chrome-Erweiterung, die von https://alexcyph.us entwickelt wurde, und ihr Hauptmerkmal ist "Keep track of your daily habits, standups, and future tasks. Think Trello but focused on daily self improvement.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Ameyo | Task + Habit Tracker-Erweiterungs-CRX-Datei herunterladen

Laden Sie Ameyo | Task + Habit Tracker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Ameyo | Task + Habit Tracker Ameyo | Task + Habit Tracker
ID bocdgdckommbhbffgloaoefepalhiplh
Offizielle URL https://chromewebstore.google.com/detail/ameyo-task-+-habit-tracke/bocdgdckommbhbffgloaoefepalhiplh
Beschreibung Keep track of your daily habits, standups, and future tasks. Think Trello but focused on daily self improvement.
Dateigröße 10.21 MB
Installationsanzahl 378
Aktuelle Version 1.4.1
Letztes Update 2021-06-22
Veröffentlichungsdatum 2020-10-21
Bewertung 4.76/5 Insgesamt 34 Bewertungen
Entwickler https://alexcyph.us
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://ameyo.alexcyph.us
Hilfeseite URL http://ameyo.alexcyph.us
Unterstützte Sprachen 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\/"
    ]
}