DisruptADHD - Task Assistant

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

O que é DisruptADHD - Task Assistant?

DisruptADHD - Task Assistant é uma extensão do Chrome desenvolvida por https://www.disruptadhd.com, e sua principal característica é "Utilize the DisruptADHD platform to help those with ADHD feel successful everyday!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão DisruptADHD - Task Assistant

Baixe arquivos de extensão DisruptADHD - Task Assistant 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

                        -- 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                    

Informações Básicas da Extensão

Nome DisruptADHD - Task Assistant DisruptADHD - Task Assistant
ID agdleeaapajecahfmehilpfdoalpfbjn
URL Oficial https://chrome.google.com/webstore/detail/disruptadhd-task-assistan/agdleeaapajecahfmehilpfdoalpfbjn
Descrição Utilize the DisruptADHD platform to help those with ADHD feel successful everyday!
Tamanho do Arquivo 4.13 MB
Contagem de Instalações 289
Versão Atual 1.0.6
Última Atualização 2022-12-12
Data de Publicação 2022-01-16
Classificação 3.25/5 Total de 8 Avaliações
Desenvolvedor https://www.disruptadhd.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.disruptadhd.com
URL da Página de Política de Privacidade https://www.disruptadhd.com/privacy-policy
Idiomas Suportados 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\/*"
    ]
}