Simple Project Tasks
Create project and tasks, fast and easy!... And yes it's FREE!!!
Cos'è Simple Project Tasks?
Simple Project Tasks è un'estensione di Chrome sviluppata da JODACAME - LABS, e la sua funzione principale è "Create project and tasks, fast and easy!... And yes it's FREE!!!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Simple Project Tasks
Scarica i file di estensione Simple Project Tasks 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
Allow create projects and tasks very fast, and keep a TODO list updated. Forget investing time in applications that claim to manage your tasks and projects, focus your time in solving your tasks ...
Informazioni di Base sull'Estensione
Nome | Simple Project Tasks |
ID | koncmmpgldpnlckeamocjcgigecggphl |
URL Ufficiale | https://chromewebstore.google.com/detail/simple-project-tasks/koncmmpgldpnlckeamocjcgigecggphl |
Descrizione | Create project and tasks, fast and easy!... And yes it's FREE!!! |
Dimensione del File | 114 KB |
Conteggio Installazioni | 331 |
Versione Corrente | 1.0.7 |
Ultimo Aggiornamento | 2017-07-24 |
Data di Pubblicazione | 2017-07-24 |
Valutazione | 4.83/5 Totale 6 Valutazioni |
Sviluppatore | JODACAME - LABS |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Project Tasks", "short_name": "Simple Project Tasks", "description": "Create project and tasks, fast and easy!... And yes it's FREE!!!", "version": "1.0.7", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "storage" ], "icons": { "16": "icon.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] } } |