Asana Exporter

This simple extension allows you to export custom sets of data from Asana

Τι είναι το Asana Exporter;

Το Asana Exporter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Recurship, και η κύρια λειτουργία του είναι "This simple extension allows you to export custom sets of data from Asana".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Asana Exporter

Λήψη αρχείων επέκτασης Asana Exporter σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Asana Exporter is a reporting tool that is developed with the intent to analyze the tasks that are being assigned to the users under the shared workspace.With this tool you can view the reports or even download the report in a csv format.You can also filter report on the basis of assignee,projects,or even tags and dates.Along with the workspace members the workspace guests can also enjoy this tool as one can view and analyze his/her own progress as well. The tool cache your curently selected workspace data so that you don't need to wait for server response plus there is sync button which refetches all the workspaces again and the data for the currently selected workspace from asana.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Asana Exporter Asana Exporter
ID gjokomechjchekkcnccjpmgakmjgoaom
Επίσημο URL https://chrome.google.com/webstore/detail/asana-exporter/gjokomechjchekkcnccjpmgakmjgoaom
Περιγραφή This simple extension allows you to export custom sets of data from Asana
Μέγεθος Αρχείου 169 KB
Αριθμός Εγκαταστάσεων 310
Τρέχουσα Έκδοση 2
Τελευταία Ενημέρωση 2015-09-11
Ημερομηνία Δημοσίευσης 2015-09-11
Αξιολόγηση 3.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Recurship
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://marketlytics.com/playthinks/asana-exporter/
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Asana Exporter",
    "description": "This simple extension allows you to export custom sets of data from Asana",
    "version": "2",
    "icons": {
        "16": "assets\/asana_logo_16.png",
        "128": "assets\/asana_logo.png"
    },
    "browser_action": {
        "default_icon": "assets\/asana_logo.png",
        "default_popup": "index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": [
        "activeTab"
    ]
}