Ameyo | Task + Habit Tracker

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

Ameyo | Task + Habit Tracker란 무엇입니까?

Ameyo | Task + Habit Tracker은(는) https://alexcyph.us에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Keep track of your daily habits, standups, and future tasks. Think Trello but focused on daily self improvement."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Ameyo | Task + Habit Tracker 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Ameyo | Task + Habit Tracker Ameyo | Task + Habit Tracker
ID bocdgdckommbhbffgloaoefepalhiplh
공식 URL https://chromewebstore.google.com/detail/ameyo-task-+-habit-tracke/bocdgdckommbhbffgloaoefepalhiplh
설명 Keep track of your daily habits, standups, and future tasks. Think Trello but focused on daily self improvement.
파일 크기 10.21 MB
설치 횟수 378
현재 버전 1.4.1
최근 업데이트 2021-06-22
출시 날짜 2020-10-21
평점 4.76/5 총 34 개의 평점
개발자 https://alexcyph.us
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://ameyo.alexcyph.us
도움말 페이지 URL http://ameyo.alexcyph.us
지원되는 언어 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\/"
    ]
}