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" ] } |