DisruptADHD - Task Assistant

Utilize the DisruptADHD platform to help those with ADHD feel successful everyday!

什么是DisruptADHD - Task Assistant?

DisruptADHD - Task Assistant是由https://www.disruptadhd.com开发的Chrome扩展程序,该扩展的主要功能是“Utilize the DisruptADHD platform to help those with ADHD feel successful everyday!”。

扩展截图

screenshot
screenshot
screenshot

下载DisruptADHD - Task Assistant扩展crx文件

下载DisruptADHD - Task Assistant扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        -- HOW TO USE THE EXTENSION --
Check out https://www.disruptadhd.com/ext for info on how to get started with this extension.

Do you feel like your ADHD or Autism gets in the way of you getting things done at work or school? Do you wish that somehow you could punch ADHD/ASD/ADD in the face? Well do we have a free tool for you that can help you feel more like kicking butt, and less like punching faces!

This extension is aimed at helping you setup proper "proactive" notifications to help keep you on track with your tasks and todo lists. Are there better todo list apps out there? You bet! How many of them have you tried with little success because they don't focus (ironically) on how you may struggle with focusing? Our focus is to make sure you are kept on task and not overwhelmed with all you have going on.

Our approach is a little different than other todo managers. For 1, we purposefully only show you a max of 3 todo list items so you don't feel overwhelmed at ALL the things you have to do. They are sorted in a specific way to make sure you are still being proactive with upcoming items, but also taking care of things that may have slipped through the cracks. We also track how well you are doing by giving you rewards points every time you interact with the task manager to keep you motivated to keep going! These rewards points can be used to buy customizations like new themes, sound packs, profile tweaks and more!

Like we mentioned before, there is a notification system you can setup so you are reminded at the end of each class, or at the end of a work meeting to add any assignments or action items so you don't forget them! And we keep them in the task list in the proper order so you can continue to be an amazing procrastinator (you know everyone else is jealous of how you get all that crap done at the last minute)! To see more of how it works, please visit https://www.disruptadhd.com/works

This extension stays open on the page while you work to keep it front and center so you don't get distracted with watching cat videos, trolling others on your favorite news site, or pwning newbs on a online game you shouldn't be playing. 

DisruptADHD is a platform for those who have ADHD/Austism/ADD. We connect you with coaches and tutors that can help overcome your challenges you may face with staying on task, being a good student or employee, or seeing a counselor to help you understand why you're wired differently than other people.  

An account with DisruptADHD is required to properly use this extension. Set up a free account at https://app.disruptadhd.com/en/sign-up. For more information, please go to https://www.disruptadhd.com/

-- 1.0.6 Update --
Fixed Login Bug                    

扩展基本信息

名称 DisruptADHD - Task Assistant DisruptADHD - Task Assistant
ID agdleeaapajecahfmehilpfdoalpfbjn
官方URL https://chrome.google.com/webstore/detail/disruptadhd-task-assistan/agdleeaapajecahfmehilpfdoalpfbjn
简介 Utilize the DisruptADHD platform to help those with ADHD feel successful everyday!
文件大小 4.13 MB
安装次数 289
当前版本 1.0.6
更新时间 2022-12-12
上架时间 2022-01-16
评分 3.25/5 共8次评分
开发者 https://www.disruptadhd.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.disruptadhd.com
隐私政策页面URL https://www.disruptadhd.com/privacy-policy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DisruptADHD - Task Assistant",
    "version": "1.0.6",
    "description": "Utilize the DisruptADHD platform to help those with ADHD feel successful everyday!",
    "browser_action": {
        "default_popup": ".\/dist\/popup\/index.html"
    },
    "background": {
        "page": ".\/dist\/background\/index.html",
        "persistent": false
    },
    "icons": {
        "16": ".\/assets\/disruptadhd-icon.png",
        "48": ".\/assets\/disruptadhd-icon.png",
        "128": ".\/assets\/disruptadhd-icon.png"
    },
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/dist\/contentScripts\/index.global.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "dist\/contentScripts\/style.css",
        "assets\/fonts\/*",
        "assets\/images\/*"
    ]
}