Dotoday
DoToday- Task Management Made Simple
Dotoday란 무엇입니까?
Dotoday은(는) Apester Ltd.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "DoToday- Task Management Made Simple"입니다.
확장 프로그램 스크린샷
Dotoday 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Welcome to DoToday.Online, where the power of productivity meets simplicity. DoToday.Online is your ultimate daily task manager, designed to streamline your daily routine and boost your productivity. The DoToday extension changes your search engine in the new tab to Bing and provides the features below: - Interactive to-do list to add and remove tasks - Convenient web search By clicking "Add to Chrome", I accept and agree to installing the DoToday Chrome extension and setting Chrome New Tab search provider to Microsoft Bing as described by the service in the Terms of Use- https://www.dotoday.online/terms-of-use and Privacy Policy https://www.dotoday.online/privacy-policy. About us: Our goal is simple: to create a task management solution that anyone can use, regardless of their technical background. We've poured our collective experience into crafting an intuitive and user-friendly tool that empowers you to conquer your to-do list with ease. Let's make task management accessible to all! We invite you to visit us in our website: https://dotoday.online
확장 프로그램 기본 정보
이름 | Dotoday |
ID | kdlhidpdielocfjhfgihjbhbceocndmn |
공식 URL | https://chromewebstore.google.com/detail/dotoday/kdlhidpdielocfjhfgihjbhbceocndmn |
설명 | DoToday- Task Management Made Simple |
파일 크기 | 75.28 KB |
설치 횟수 | 2,467 |
현재 버전 | 1.4 |
최근 업데이트 | 2023-10-24 |
출시 날짜 | 2023-09-14 |
평점 | 1.00/5 총 1 개의 평점 |
개발자 | Apester Ltd. |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://dotoday.online |
개인정보 보호 정책 페이지 URL | https://www.dotoday.online/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "description": "DoToday- Task Management Made Simple", "chrome_url_overrides": { "newtab": "template\/index.html" }, "permissions": [ "storage" ], "name": "Dotoday", "version": "1.4", "background": { "service_worker": "background.js" }, "action": { "default_icon": "resources\/logo.png" }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |