Rocket Planner
The best way to plan your day and motivate you to take action!
Τι είναι το Rocket Planner;
Το Rocket Planner είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Clever Programmer, και η κύρια λειτουργία του είναι "The best way to plan your day and motivate you to take action!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Rocket Planner
Λήψη αρχείων επέκτασης Rocket Planner σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Start off your day with a great to-do that motivates you to take action. Rocket Planner is a simple but amazing to-do list app that helps you organize and conquer your day.🔥 It was built to feel rewarded, built to feel accomplished, built to make progress. 🔥 Use Rocker Planner for Chrome to: 👉Organize your day 👉Add websites as action items to visit later 👉Easily complete tasks 👉View your action progress on the day Download Rocket Planner and start taking action! Tag @cleverqazi and @nazdumanskyy on Instagram and share your thoughts on the Rocket Planner. Developer by Naz at Clever Programmer
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | odingfapddhbglaallcgjfdckokcplmf |
Επίσημο URL | https://chrome.google.com/webstore/detail/rocket-planner/odingfapddhbglaallcgjfdckokcplmf |
Περιγραφή | The best way to plan your day and motivate you to take action! |
Μέγεθος Αρχείου | 168 KB |
Αριθμός Εγκαταστάσεων | 1,000 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2020-10-29 |
Ημερομηνία Δημοσίευσης | 2020-10-14 |
Αξιολόγηση | 4.96/5 Συνολικά 28 Αξιολογήσεις |
Προγραμματιστής | Clever Programmer |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Διεύθυνση URL της Σελίδας Βοήθειας | https://www.cleverprogrammer.com/ |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rocket Planner", "version": "1.0", "description": "The best way to plan your day and motivate you to take action!", "permissions": [ "storage", "contextMenus", "tabs" ], "background": { "scripts": [ "js\/action-items-utils.js", "packages\/uuidv4.min.js", "js\/background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icons16.png", "32": "images\/icons32.png", "48": "images\/icons48.png", "128": "images\/icons128.png" } }, "icons": { "16": "images\/icons16.png", "32": "images\/icons32.png", "48": "images\/icons48.png", "128": "images\/icons128.png" }, "manifest_version": 2 } |