RightTasks for Gmail™
Improved task management in Gmail™
RightTasks for Gmail™ क्या है?
RightTasks for Gmail™ https://ghinda.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Improved task management in Gmail™"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में RightTasks for Gmail™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |