Sidekick App
Get focused by blocking sites, planning your day, and setting long term goals.
Sidekick App란 무엇입니까?
Sidekick App은(는) https://thesidekick.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get focused by blocking sites, planning your day, and setting long term goals."입니다.
확장 프로그램 스크린샷
Sidekick App 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
If you are a Mac user, please download the native mac app. (https://aheroapp.com/downloadapps) ---------------------------------------------------------------------------------------------------------------------------- Block distracting sites and immerse in deep work with Sidekick. Put your time where it belongs - your goals and dreams. 🤔 Does this sound familiar? One second you’re working hard on a big project — and the next second, you’re deep in the weeds of … Facebook, Youtube, or whatever your distractions might be. One thing for sure is that you’re not alone. We live in a world where products are competing to capture our attention.. Over time, we’ve spent more and more hours distracted by screens (in fact, one study showed an average of 2 to 5.7 hours a day. That comes out to 30 to 90 days a year or 3 to 10 years across a lifetime ). We're on a mission to give power back to our arguably most valuable resource: time. ⭐️ So how can Sidekick help? Sidekick is a productivity tool to help you block internet distractions and complete healthy deep work sessions. ⭐️ Features Website blocker Weekly and daily calendar Kanban board management Accountability buddy system Weekly analytic reports … We’re currently in Beta. Please join us! Learn more at https://aheroapp.com/ Questions? Bugs? Ideas? Email us at [email protected]
확장 프로그램 기본 정보
이름 | Sidekick App |
ID | knoibfcfmbijcbemjoiajedddjcekcfh |
공식 URL | https://chromewebstore.google.com/detail/sidekick-app/knoibfcfmbijcbemjoiajedddjcekcfh |
설명 | Get focused by blocking sites, planning your day, and setting long term goals. |
파일 크기 | 1.06 MB |
설치 횟수 | 718 |
현재 버전 | 1.0.26 |
최근 업데이트 | 2023-04-09 |
출시 날짜 | 2022-01-18 |
평점 | 4.75/5 총 4 개의 평점 |
개발자 | https://thesidekick.app |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.thesidekick.app/ |
개인정보 보호 정책 페이지 URL | https://thesidekick.app/policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sidekick App", "version": "1.0.26", "manifest_version": 3, "description": "Get focused by blocking sites, planning your day, and setting long term goals.", "permissions": [ "tabs", "notifications", "idle", "storage", "alarms" ], "background": { "service_worker": "background.js", "type": "module" }, "icons": { "16": "images\/logos\/logo16.png", "48": "images\/logos\/logo48.png", "128": "images\/logos\/logo128.png" }, "action": { "default_icon": { "16": "images\/logos\/logo16.png", "48": "images\/logos\/logo48.png", "128": "images\/logos\/logo128.png" }, "default_popup": "popup.html" }, "externally_connectable": { "matches": [ "*:\/\/*.thesidekick.app\/*" ] }, "commands": { "start-session": { "suggested_key": { "default": "Alt+S", "windows": "Alt+S", "mac": "Alt+S" }, "description": "Start a default session" } } } |