Derigo Dash
Transform your browser "new tab" into your own space of productivity & motivation
Derigo Dash क्या है?
Derigo Dash Derigo Dash द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Transform your browser "new tab" into your own space of productivity & motivation"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Derigo Dash एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | Derigo Dash |
ID | aiadgflpmkcihappkfkbgehghkiadnip |
आधिकारिक URL | https://chromewebstore.google.com/detail/derigo-dash/aiadgflpmkcihappkfkbgehghkiadnip |
विवरण | Transform your browser "new tab" into your own space of productivity & motivation |
फ़ाइल का आकार | 55.9 MB |
स्थापना संख्या | 419 |
वर्तमान संस्करण | 1.5.1 |
अंतिम अपडेट | 2021-12-14 |
प्रकाशन तिथि | 2021-07-06 |
रेटिंग | 5.00/5 कुल 7 रेटिंग्स |
डेवलपर | Derigo Dash |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
एक्सटेंशन वेबसाइट | https://www.derigodash.com |
सहायता पृष्ठ URL | https://www.derigodash.com/feedback |
गोपनीयता नीति पृष्ठ URL | https://www.derigodash.com/privacy |
समर्थित भाषाएँ | 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" } |