DisruptADHD - Task Assistant

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

Qu'est-ce que DisruptADHD - Task Assistant ?

DisruptADHD - Task Assistant est une extension Chrome développée par https://www.disruptadhd.com, et sa fonction principale est "Utilize the DisruptADHD platform to help those with ADHD feel successful everyday!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension DisruptADHD - Task Assistant

Téléchargez les fichiers d'extension DisruptADHD - Task Assistant au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom DisruptADHD - Task Assistant DisruptADHD - Task Assistant
ID agdleeaapajecahfmehilpfdoalpfbjn
URL Officiel https://chrome.google.com/webstore/detail/disruptadhd-task-assistan/agdleeaapajecahfmehilpfdoalpfbjn
Description Utilize the DisruptADHD platform to help those with ADHD feel successful everyday!
Taille du Fichier 4.13 MB
Nombre d'Installations 289
Version Actuelle 1.0.6
Dernière Mise à Jour 2022-12-12
Date de Publication 2022-01-16
Évaluation 3.25/5 Total 8 Évaluations
Développeur https://www.disruptadhd.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.disruptadhd.com
URL de la Page de Politique de Confidentialité https://www.disruptadhd.com/privacy-policy
Langues Prises en Charge 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\/*"
    ]
}