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 هو إضافة Chrome تم تطويرها بواسطة https://alexcyph.us، والميزة الرئيسية لها هي "Keep track of your daily habits, standups, and future tasks. Think Trello but focused on daily self improvement.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Ameyo | Task + Habit Tracker

قم بتنزيل ملفات الامتداد Ameyo | Task + Habit Tracker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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\/"
    ]
}