Ameyo | Task + Habit Tracker

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

¿Qué es Ameyo | Task + Habit Tracker?

Ameyo | Task + Habit Tracker es una extensión de Chrome desarrollada por https://alexcyph.us, y su función principal es "Keep track of your daily habits, standups, and future tasks. Think Trello but focused on daily self improvement.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Ameyo | Task + Habit Tracker

Descarga archivos de extensión Ameyo | Task + Habit Tracker en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Ameyo | Task + Habit Tracker Ameyo | Task + Habit Tracker
ID bocdgdckommbhbffgloaoefepalhiplh
URL Oficial https://chromewebstore.google.com/detail/ameyo-task-+-habit-tracke/bocdgdckommbhbffgloaoefepalhiplh
Descripción Keep track of your daily habits, standups, and future tasks. Think Trello but focused on daily self improvement.
Tamaño del Archivo 10.21 MB
Cantidad de Instalaciones 378
Versión Actual 1.4.1
Última Actualización 2021-06-22
Fecha de Publicación 2020-10-21
Calificación 4.76/5 Total de 34 Calificaciones
Desarrollador https://alexcyph.us
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://ameyo.alexcyph.us
URL de la Página de Ayuda http://ameyo.alexcyph.us
Idiomas Soportados 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\/"
    ]
}