Asana Exporter
This simple extension allows you to export custom sets of data from Asana
Asana Exporter là gì?
Asana Exporter là một tiện ích mở rộng Chrome được phát triển bởi Recurship, và tính năng chính của nó là "This simple extension allows you to export custom sets of data from Asana".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Asana Exporter
Tải xuống các tệp mở rộng Asana Exporter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | gjokomechjchekkcnccjpmgakmjgoaom |
URL Chính Thức | https://chrome.google.com/webstore/detail/asana-exporter/gjokomechjchekkcnccjpmgakmjgoaom |
Mô tả | This simple extension allows you to export custom sets of data from Asana |
Kích Thước Tệp | 169 KB |
Số Lần Cài Đặt | 310 |
Phiên Bản Hiện Tại | 2 |
Cập Nhật Lần Cuối | 2015-09-11 |
Ngày Phát Hành | 2015-09-11 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Recurship |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://marketlytics.com/playthinks/asana-exporter/ |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |