RightTasks for Gmail™
Improved task management in Gmail™
RightTasks for Gmail™คืออะไร?
RightTasks for Gmail™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ghinda.net และคุณลักษณะหลักของมันคือ "Improved task management in Gmail™"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RightTasks for Gmail™
ดาวน์โหลดไฟล์ส่วนขยาย RightTasks for Gmail™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } |