Daily Task

Time management quadrants

Qu'est-ce que Daily Task ?

Daily Task est une extension Chrome développée par https://tcltan.com, et sa fonction principale est "Time management quadrants".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Daily Task

Téléchargez les fichiers d'extension Daily Task 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

                        The SECRET from the MUST READ BOOK, "7 Habits of Highly Effective People". Highly recommended by successful entrepreneur from all over the world!! This is how they become super effective by organizing daily tasks into the quadrants. This extension modernizes the four quadrants into your chrome homepage to boost your task management skills ! If you are down to becoming effective, try this extension and stick to what you've planned! Don't give up, you are one step away...                    

Informations de Base sur l'Extension

Nom Daily Task Daily Task
ID hcljnpmdkadckhadheniipdnnnkiaiog
URL Officiel https://chromewebstore.google.com/detail/daily-task/hcljnpmdkadckhadheniipdnnnkiaiog
Description Time management quadrants
Taille du Fichier 205 KB
Nombre d'Installations 77
Version Actuelle 1.1.0
Dernière Mise à Jour 2019-06-28
Date de Publication 2019-06-27
Évaluation 4.50/5 Total 8 Évaluations
Développeur https://tcltan.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Daily Task",
    "version": "1.1.0",
    "description": "Time management quadrants",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "icons": {
        "16": "images\/DailyTask_logo_16.png",
        "32": "images\/DailyTask_logo_32.png",
        "48": "images\/DailyTask_logo_48.png",
        "128": "images\/DailyTask_logo_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "dailytask.html"
    },
    "background": {
        "scripts": [
            "js\/jquery.min.js",
            "js\/jquery-ui.min.js",
            "js\/background.min.js",
            "js\/drag.min.js",
            "js\/user_storage.min.js",
            "js\/transition.min.js",
            "js\/bootstrap.min.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/DailyTask_logo_32.png"
    },
    "manifest_version": 2
}