Simple Project Tasks
Create project and tasks, fast and easy!... And yes it's FREE!!!
Was ist Simple Project Tasks?
Simple Project Tasks ist eine Chrome-Erweiterung, die von JODACAME - LABS entwickelt wurde, und ihr Hauptmerkmal ist "Create project and tasks, fast and easy!... And yes it's FREE!!!".
Erweiterungsscreenshots
Simple Project Tasks-Erweiterungs-CRX-Datei herunterladen
Laden Sie Simple Project Tasks-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 ...
Grundlegende Informationen zur Erweiterung
Name | Simple Project Tasks |
ID | koncmmpgldpnlckeamocjcgigecggphl |
Offizielle URL | https://chromewebstore.google.com/detail/simple-project-tasks/koncmmpgldpnlckeamocjcgigecggphl |
Beschreibung | Create project and tasks, fast and easy!... And yes it's FREE!!! |
Dateigröße | 114 KB |
Installationsanzahl | 331 |
Aktuelle Version | 1.0.7 |
Letztes Update | 2017-07-24 |
Veröffentlichungsdatum | 2017-07-24 |
Bewertung | 4.83/5 Insgesamt 6 Bewertungen |
Entwickler | JODACAME - LABS |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } } |