Derigo Dash
Transform your browser "new tab" into your own space of productivity & motivation
Derigo Dash란 무엇입니까?
Derigo Dash은(는) Derigo Dash에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Transform your browser "new tab" into your own space of productivity & motivation"입니다.
확장 프로그램 스크린샷
Derigo Dash 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" } |