Simple Project Tasks

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

Qu'est-ce que Simple Project Tasks ?

Simple Project Tasks est une extension Chrome développée par JODACAME - LABS, et sa fonction principale est "Create project and tasks, fast and easy!... And yes it's FREE!!!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Simple Project Tasks

Téléchargez les fichiers d'extension Simple Project Tasks au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Simple Project Tasks Simple Project Tasks
ID koncmmpgldpnlckeamocjcgigecggphl
URL Officiel https://chromewebstore.google.com/detail/simple-project-tasks/koncmmpgldpnlckeamocjcgigecggphl
Description Create project and tasks, fast and easy!... And yes it's FREE!!!
Taille du Fichier 114 KB
Nombre d'Installations 331
Version Actuelle 1.0.7
Dernière Mise à Jour 2017-07-24
Date de Publication 2017-07-24
Évaluation 4.83/5 Total 6 Évaluations
Développeur JODACAME - LABS
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        ]
    }
}