Simple Project Tasks

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

Wat is Simple Project Tasks?

Simple Project Tasks is een Chrome-extensie ontwikkeld door JODACAME - LABS, en de belangrijkste functie is "Create project and tasks, fast and easy!... And yes it's FREE!!!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Simple Project Tasks

Download Simple Project Tasks-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Simple Project Tasks Simple Project Tasks
ID koncmmpgldpnlckeamocjcgigecggphl
Officiële URL https://chromewebstore.google.com/detail/simple-project-tasks/koncmmpgldpnlckeamocjcgigecggphl
Beschrijving Create project and tasks, fast and easy!... And yes it's FREE!!!
Bestandsgrootte 114 KB
Aantal Installaties 331
Huidige Versie 1.0.7
Laatst Bijgewerkt 2017-07-24
Publicatiedatum 2017-07-24
Beoordeling 4.83/5 Totaal 6 Beoordelingen
Ontwikkelaar JODACAME - LABS
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        ]
    }
}