Done. Productivity Superpower & Task Manager

Your work. Done. Faster. Join people around the world unlocking unlimited productivity through simple accountability.

What is Done. Productivity Superpower & Task Manager?

Done. Productivity Superpower & Task Manager is a Chrome extension developed by DONE., and its main feature is "Your work. Done. Faster. Join people around the world unlocking unlimited productivity through simple accountability.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Done. Productivity Superpower & Task Manager Extension CRX File

Download Done. Productivity Superpower & Task Manager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Productivity this, productivity that. Everybody wants to talk about productivity these days. 

But nobody wants to talk about the elephant in the room. 

I’m kind of a lazy schlub, and I built this extension so that I can get my work done as fast as humanly possible. 

And it will work for you too. 

Think of it as an Accountabilibuddy - for the internet.

See, you can look at all the task management apps you want - play focus music, set pomodoro timers, and block social media until your fingers fall off… Trust me, I’ve been there. 

But when it comes down to it, all you really want is to get your things done in as little time as possible.

Just like me. 

Whether you use that extra time you save on Bob Ross paintings or sail the 7 seas is up to you. I’m just here to help you finish your work faster. 

According to the American Society of Training and Development (ASTD - unfortunate acronym for such smart people): 

You have a 65% chance of completing a task if you commit to it to someone. If you’ve committed to a specific time when that person should check in on it, you increase your chance of success by up to 95%. 

So while you can get 1000 different productivity extensions and paste monkeyfeathers to your head to turn your neck 2% faster, all you really need is some accountability. 

And that’s all that this extension does. 

You tell it what you’re going to do, and how much time you think it will take you. 

At the end of that time, the extension will keep you accountable by asking if you completed it. 

And you, my friend, will leave with a 95% better chance of doing the things you want to do, with less wasted time. 


Too long, didn’t read? 

You RECEIVE science-backed methods to save you hours of wasted time a day. 
You FOLLOW along step-by-step as the extension holds you accountable for getting your work done as quickly as possible
You ACCELERATE your work, so that you can go enjoy yourself and shut your frickin computer off. 
You SAVE thousands of hours of wasted time. 
You GAIN access to tested, proven psychological success methods trusted by thousands around the world. 
You SKIP paying some accountability coach thousands of dollars to help you achieve your goals
You SEE before your eyes how much more quickly you complete your work.
You GROW a little bit more effective every day
You CREATE highly effective habits that will last you a lifetime. 

If all that sounds good, click the blue Add to Chrome button above to get free access for life.                    

Extension Basic Information

Name Done. Productivity Superpower & Task Manager Done. Productivity Superpower & Task Manager
ID ioefdnfleobejgjajmgkfahnafphfooa
Official URL https://chromewebstore.google.com/detail/done-productivity-superpo/ioefdnfleobejgjajmgkfahnafphfooa
Description Your work. Done. Faster. Join people around the world unlocking unlimited productivity through simple accountability.
File Size 30.04 KB
Installation Count 89
Current Version 1.0.0.3
Last Updated 2020-10-20
Publish Date 2020-10-05
Rating 5.00/5 Total 10 Ratings
Developer DONE.
Email [email protected]
Payment Type free
Extension Website https://www.doneapp.rocks/1p
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Done. Productivity Superpower & Task Manager",
    "description": "Your work. Done. Faster. Join people around the world unlocking unlimited productivity through simple accountability.",
    "version": "1.0.0.3",
    "browser_action": {
        "default_icon": "img\/icon-128.png"
    },
    "permissions": [
        "",
        "identity"
    ],
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "options_page": "options\/index.html",
    "web_accessible_resources": [
        "options\/index.html"
    ],
    "icons": {
        "128": "img\/icon-128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/cdn.firebase.com\/ https:\/\/js.stripe.com\/ https:\/\/apis.google.com\/ https:\/\/us-central1-test-2da14.cloudfunctions.net\/; object-src 'self'",
    "oauth2": {
        "client_id": "630911390804-q0dv4iflkpihc7diuhrbnpf95gbjdg9j.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    }
}