Asana Global Task View

Shows all Asana tasks assigned to you across all of your workspaces

Was ist Asana Global Task View?

Asana Global Task View ist eine Chrome-Erweiterung, die von kamirov entwickelt wurde, und ihr Hauptmerkmal ist "Shows all Asana tasks assigned to you across all of your workspaces".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Asana Global Task View-Erweiterungs-CRX-Datei herunterladen

Laden Sie Asana Global Task View-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

                        This extension shows all Asana tasks assigned to you across all of your workspaces. As a bonus, you can mark a task as completed right from the extension.

Asana has long been my favorite personal management tool, but the inability to see a global view of "what do I have to do" was annoying. This extension aggregates all that you have to do (i.e. everything assigned to you) and shows it to you in a single window.                    

Grundlegende Informationen zur Erweiterung

Name Asana Global Task View Asana Global Task View
ID fnjdmopbhelaobdjbjpdkjjolnhbbfln
Offizielle URL https://chrome.google.com/webstore/detail/asana-global-task-view/fnjdmopbhelaobdjbjpdkjjolnhbbfln
Beschreibung Shows all Asana tasks assigned to you across all of your workspaces
Dateigröße 1.11 MB
Installationsanzahl 287
Aktuelle Version 1.0.1
Letztes Update 2016-12-13
Veröffentlichungsdatum 2016-12-13
Bewertung 3.33/5 Insgesamt 3 Bewertungen
Entwickler kamirov
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/kamirov/asana-global-task-view
Hilfeseite URL https://github.com/kamirov/asana-global-task-view
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Asana Global Task View",
    "short_name": "Asana Global",
    "description": "Shows all Asana tasks assigned to you across all of your workspaces",
    "manifest_version": 2,
    "version": "1.0.1",
    "icons": {
        "32": "dist\/images\/icon-32.png",
        "48": "dist\/images\/icon-48.png",
        "128": "dist\/images\/icon-128.png"
    },
    "author": "Andrei Khramtsov (kamirov)",
    "homepage_url": "https:\/\/github.com\/kamirov\/asana-global-task-view",
    "background": {
        "scripts": [
            "dist\/scripts\/background-bundle.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "dist\/images\/icon-19.png",
        "default_popup": "dist\/popup.html"
    },
    "permissions": [
        "alarms",
        "notifications",
        "storage"
    ],
    "options_ui": {
        "page": "dist\/options.html",
        "chrome_style": true
    }
}