DisruptADHD - Task Assistant

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

Was ist DisruptADHD - Task Assistant?

DisruptADHD - Task Assistant ist eine Chrome-Erweiterung, die von https://www.disruptadhd.com entwickelt wurde, und ihr Hauptmerkmal ist "Utilize the DisruptADHD platform to help those with ADHD feel successful everyday!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

DisruptADHD - Task Assistant-Erweiterungs-CRX-Datei herunterladen

Laden Sie DisruptADHD - Task Assistant-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name DisruptADHD - Task Assistant DisruptADHD - Task Assistant
ID agdleeaapajecahfmehilpfdoalpfbjn
Offizielle URL https://chrome.google.com/webstore/detail/disruptadhd-task-assistan/agdleeaapajecahfmehilpfdoalpfbjn
Beschreibung Utilize the DisruptADHD platform to help those with ADHD feel successful everyday!
Dateigröße 4.13 MB
Installationsanzahl 289
Aktuelle Version 1.0.6
Letztes Update 2022-12-12
Veröffentlichungsdatum 2022-01-16
Bewertung 3.25/5 Insgesamt 8 Bewertungen
Entwickler https://www.disruptadhd.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.disruptadhd.com
URL der Datenschutzrichtlinien-Seite https://www.disruptadhd.com/privacy-policy
Unterstützte Sprachen 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\/*"
    ]
}