Schedule Planner
The best way to give value to your time!
Cos'è Schedule Planner?
Schedule Planner è un'estensione di Chrome sviluppata da ranjitrajan44, e la sua funzione principale è "The best way to give value to your time!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Schedule Planner
Scarica i file di estensione Schedule Planner in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Organize your day and take action 🚀
Schedule Planner was built for you to very easily add your daily action items 🔥
It was built for you to feel rewarded as you go about checking off your tasks 🔥
It was built for you to feel accomplished 🔥
Use Schedule 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
Enjoy Schedule Planner and let's take action! Informazioni di Base sull'Estensione
| Nome | |
| ID | boejbcpecmcnnopibddpiacgodmfcgpl |
| URL Ufficiale | https://chromewebstore.google.com/detail/schedule-planner/boejbcpecmcnnopibddpiacgodmfcgpl |
| Descrizione | The best way to give value to your time! |
| Dimensione del File | 168 KB |
| Conteggio Installazioni | 85 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2021-09-04 |
| Data di Pubblicazione | 2021-09-03 |
| Valutazione | 5.00/5 Totale 4 Valutazioni |
| Sviluppatore | ranjitrajan44 |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Schedule Planner",
"version": "1.0",
"description": "The best way to give value to your time!",
"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
} | |