Daily Task

Time management quadrants

Was ist Daily Task?

Daily Task ist eine Chrome-Erweiterung, die von https://tcltan.com entwickelt wurde, und ihr Hauptmerkmal ist "Time management quadrants".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Daily Task-Erweiterungs-CRX-Datei herunterladen

Laden Sie Daily Task-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

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

Grundlegende Informationen zur Erweiterung

Name Daily Task Daily Task
ID hcljnpmdkadckhadheniipdnnnkiaiog
Offizielle URL https://chromewebstore.google.com/detail/daily-task/hcljnpmdkadckhadheniipdnnnkiaiog
Beschreibung Time management quadrants
Dateigröße 205 KB
Installationsanzahl 77
Aktuelle Version 1.1.0
Letztes Update 2019-06-28
Veröffentlichungsdatum 2019-06-27
Bewertung 4.50/5 Insgesamt 8 Bewertungen
Entwickler https://tcltan.com
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
}