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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        -- 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\/*"
    ]
}