Asana Exporter

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

Asana Exporter란 무엇입니까?

Asana Exporter은(는) Recurship에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This simple extension allows you to export custom sets of data from Asana"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Asana Exporter 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}