Urgent Important Matrix
Mini and cute Eisenhower matrix task manager
Urgent Important Matrix란 무엇입니까?
Urgent Important Matrix은(는) https://urgentimportant.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Mini and cute Eisenhower matrix task manager"입니다.
확장 프로그램 스크린샷
Urgent Important Matrix 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
✨ Beautiful and clean Eisenhower matrix as your New Tab. Organize your tasks by urgency and importance. Help you to use your time better. Everything you need, and nothing else. Highlighted features: 🤏 Simply drag and drop to organize the tasks. ✅ Single click to mark task as completed. 🧹 Auto clean up the completed tasks at midnight. Got feedback or need new feature? We ❤️ to hear! Leave a comment and let us make this tool better for everyone.
확장 프로그램 기본 정보
이름 | Urgent Important Matrix |
ID | hlogdcaphbmmgaibldaelbfddnnlcngb |
공식 URL | https://chromewebstore.google.com/detail/urgent-important-matrix/hlogdcaphbmmgaibldaelbfddnnlcngb |
설명 | Mini and cute Eisenhower matrix task manager |
파일 크기 | 1.31 MB |
설치 횟수 | 67 |
현재 버전 | 0.0.4 |
최근 업데이트 | 2023-11-07 |
출시 날짜 | 2023-08-21 |
평점 | 5.00/5 총 6 개의 평점 |
개발자 | https://urgentimportant.org |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://urgentimportant.org |
개인정보 보호 정책 페이지 URL | https://urgentimportant.org/privacy |
지원되는 언어 | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Urgent Important Matrix", "description": "Mini and cute Eisenhower matrix task manager", "version": "0.0.4", "chrome_url_overrides": { "newtab": "newtab.html" }, "sandbox": { "pages": [ "index.html" ] }, "permissions": [ "storage" ], "icons": { "16": "icon\/icon16.png", "32": "icon\/icon32.png", "48": "icon\/icon48.png", "128": "icon\/icon128.png" }, "default_locale": "en" } |