Simple Project Tasks

Create project and tasks, fast and easy!... And yes it's FREE!!!

What is Simple Project Tasks?

Simple Project Tasks is a Chrome extension developed by JODACAME - LABS, and its main feature is "Create project and tasks, fast and easy!... And yes it's FREE!!!".

Extension Screenshots

screenshot

Download Simple Project Tasks Extension CRX File

Download Simple Project Tasks extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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 ...                    

Extension Basic Information

Name Simple Project Tasks Simple Project Tasks
ID koncmmpgldpnlckeamocjcgigecggphl
Official URL https://chromewebstore.google.com/detail/simple-project-tasks/koncmmpgldpnlckeamocjcgigecggphl
Description Create project and tasks, fast and easy!... And yes it's FREE!!!
File Size 114 KB
Installation Count 331
Current Version 1.0.7
Last Updated 2017-07-24
Publish Date 2017-07-24
Rating 4.83/5 Total 6 Ratings
Developer JODACAME - LABS
Email [email protected]
Payment Type free
Supported Languages 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"
        ]
    }
}