RightTasks for Gmail™
Improved task management in Gmail™
RightTasks for Gmail™란 무엇입니까?
RightTasks for Gmail™은(는) https://ghinda.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Improved task management in Gmail™"입니다.
확장 프로그램 스크린샷
RightTasks for Gmail™ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
See your tasks at all times, without getting in the way. RightTasks shows your Google Tasks sidebar with new features: * Hide the Applications bar for less distraction. * Resize the sidebar to fit everything, or take up less space. * Hide and show the sidebar with a single click. * Visual tweaks for a clear view of your tasks. All the official Google Tasks features, like keyboard shortcuts or turning emails into tasks, are still available. Make sure to reload Gmail after installing the extension. Permissions * Read and change your data on mail.google.com Required for showing the tasks sidebar, hiding the applications bar, the resize and docking functionality. * Read and change your data on tasks.google.com Required for visual tweaks in the the tasks sidebar, moving the completed tasks to the bottom, adding the settings button. * Storage Required for saving settings. Privacy We do not collect any of your personal data. See our privacy policy: https://github.com/ghinda/righttasks/wiki/Privacy-policy RightTasks is free software: https://github.com/ghinda/righttasks Visit www.righttasks.com for updates.
확장 프로그램 기본 정보
이름 | RightTasks for Gmail™ |
ID | hgniockidojcaaolfcbbkaaakbjdebpe |
공식 URL | https://chromewebstore.google.com/detail/righttasks-for-gmail/hgniockidojcaaolfcbbkaaakbjdebpe |
설명 | Improved task management in Gmail™ |
파일 크기 | 39.84 KB |
설치 횟수 | 11,343 |
현재 버전 | 3.1.3 |
최근 업데이트 | 2020-06-16 |
출시 날짜 | 2020-06-15 |
평점 | 4.54/5 총 164 개의 평점 |
개발자 | https://ghinda.net |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/ghinda/righttasks |
도움말 페이지 URL | https://github.com/ghinda/righttasks |
개인정보 보호 정책 페이지 URL | https://github.com/ghinda/righttasks/wiki/Privacy-policy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "RightTasks for Gmail\u2122", "description": "Improved task management in Gmail\u2122", "version": "3.1.3", "icons": { "16": "images\/righttasks-icon-16.png", "48": "images\/righttasks-icon-48.png", "128": "images\/righttasks-icon-128.png" }, "permissions": [ "storage", "https:\/\/mail.google.com\/", "https:\/\/tasks.google.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/tasks.google.com\/*" ], "all_frames": true, "css": [ "content.css" ], "js": [ "content.js" ] } ], "web_accessible_resources": [ "content.css" ] } |