Derigo Dash

Transform your browser "new tab" into your own space of productivity & motivation

Vad är Derigo Dash?

Derigo Dash är en Chrome-tillägg utvecklad av Derigo Dash, och dess huvudfunktion är "Transform your browser "new tab" into your own space of productivity & motivation".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Derigo Dash-förlängningens CRX-fil

Ladda ner Derigo Dash-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Derigo Dash transforms your browser "new tab" into your own space of productivity & motivation. It gathers everything that's important to you in one central place. And keeps you reminded about it every time you open a new tab. 

The perfect solution to build productive habits and to add momentum to your days with your own personal dashboard.

• Gather everything that's important to you in ONE place
• Gain clarity by defining your goals and daily tasks 
• Define and track your habits to build more productive habits
• Stay motivated with quotes, lessons and affirmations that you value
• Boost your focus using the Pomodoro Timer technique

Personalize your browser startpage with our different widgets and features:

• Beautiful backgrounds
• Todo widget to define your daily tasks, goals, bucket list, etc.
• Pomodoro widget to increase your focus and productivity 
• Quotes widget for daily inspiration and motivation
• Habits widget to define and track and build your habits
• Notes widget to write down your thoughts, learnings, actions 

★ ★ ★ ★ ★ 
Used by employees from Google, Facebook, Twitter, Netflix, and more
Featured on Product Hunt, Indie Hackers, Reddit, Lifehacker, and more

CONTACT & FEEDBACK
https://www.derigodash.com/feedback

GET IN TOUCH
Blog https://derigodash.com/blog
Twitter https://twitter.com/DerigoDash
Instagram https://www.instagram.com/derigodash/
Facebook https://www.facebook.com/Derigo-Dash-105406024859081                    

Grundläggande Information om Tillägg

Namn Derigo Dash Derigo Dash
ID aiadgflpmkcihappkfkbgehghkiadnip
Officiell webbadress https://chromewebstore.google.com/detail/derigo-dash/aiadgflpmkcihappkfkbgehghkiadnip
Beskrivning Transform your browser "new tab" into your own space of productivity & motivation
Filstorlek 55.9 MB
Antal Installationer 419
Aktuell Version 1.5.1
Senast Uppdaterad 2021-12-14
Publiceringsdatum 2021-07-06
Betyg 5.00/5 Totalt 7 Betyg
Utvecklare Derigo Dash
E-post [email protected]
Betalningssätt in_app
Tilläggswebbplats https://www.derigodash.com
Hjälpsida URL https://www.derigodash.com/feedback
URL till Sekretesspolicy Sidan https://www.derigodash.com/privacy
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "homepage_url": "https:\/\/www.derigodash.com\/",
    "description": "Transform your browser \"new tab\" into your own space of productivity & motivation",
    "default_locale": "en",
    "permissions": [
        "search",
        "notifications",
        "storage"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "content_security_policy": "script-src 'self' 'sha256-wMGmF2GDq2Ibdd+Iewx9T8ufSZtDCRGYHHGJ7fBMFa4='  https:\/\/*.firebasedatabase.app https:\/\/www.google-analytics.com;object-src 'none'",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "override.html"
    },
    "version": "1.5.1"
}