Asana Exporter

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

O que é Asana Exporter?

Asana Exporter é uma extensão do Chrome desenvolvida por Recurship, e sua principal característica é "This simple extension allows you to export custom sets of data from Asana".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Asana Exporter

Baixe arquivos de extensão Asana Exporter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Asana Exporter Asana Exporter
ID gjokomechjchekkcnccjpmgakmjgoaom
URL Oficial https://chrome.google.com/webstore/detail/asana-exporter/gjokomechjchekkcnccjpmgakmjgoaom
Descrição This simple extension allows you to export custom sets of data from Asana
Tamanho do Arquivo 169 KB
Contagem de Instalações 310
Versão Atual 2
Última Atualização 2015-09-11
Data de Publicação 2015-09-11
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor Recurship
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://marketlytics.com/playthinks/asana-exporter/
Idiomas Suportados 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"
    ]
}