Ameyo | Task + Habit Tracker

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

O que é Ameyo | Task + Habit Tracker?

Ameyo | Task + Habit Tracker é uma extensão do Chrome desenvolvida por https://alexcyph.us, e sua principal característica é "Keep track of your daily habits, standups, and future tasks. Think Trello but focused on daily self improvement.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Ameyo | Task + Habit Tracker

Baixe arquivos de extensão Ameyo | Task + Habit Tracker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Ameyo | Task + Habit Tracker Ameyo | Task + Habit Tracker
ID bocdgdckommbhbffgloaoefepalhiplh
URL Oficial https://chromewebstore.google.com/detail/ameyo-task-+-habit-tracke/bocdgdckommbhbffgloaoefepalhiplh
Descrição Keep track of your daily habits, standups, and future tasks. Think Trello but focused on daily self improvement.
Tamanho do Arquivo 10.21 MB
Contagem de Instalações 378
Versão Atual 1.4.1
Última Atualização 2021-06-22
Data de Publicação 2020-10-21
Classificação 4.76/5 Total de 34 Avaliações
Desenvolvedor https://alexcyph.us
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://ameyo.alexcyph.us
URL da Página de Ajuda http://ameyo.alexcyph.us
Idiomas Suportados 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\/"
    ]
}