Velocity
Easy, powerful Asana reports, dashboards, and analytics
Velocity là gì?
Velocity là một tiện ích mở rộng Chrome được phát triển bởi https://www.getvelocity.co, và tính năng chính của nó là "Easy, powerful Asana reports, dashboards, and analytics".
Ả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 Velocity
Tải xuống các tệp mở rộng Velocity 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
Powerful, custom reporting for Asana Choose from hundreds of preset Asana reports or build your own custom reports. Filter by assignee, project, section, tag, team, custom field, and more! The Velocity Chrome extension shows prebuilt reports about the data you're viewing in Asana and shows any custom Velocity reports you've built. For example, if you're viewing an Asana project named "Bugs", the Velocity Chrome extension shows prebuilt reports about the Bugs project. You can also edit any of the prebuilt reports, export any report as CSV/Excel/image, and quickly view any Velocity reports that you've built.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Velocity |
ID | lljnnlncjhfpjjgmoickipmefdkfpnpf |
URL Chính Thức | https://chromewebstore.google.com/detail/velocity/lljnnlncjhfpjjgmoickipmefdkfpnpf |
Mô tả | Easy, powerful Asana reports, dashboards, and analytics |
Kích Thước Tệp | 112 KB |
Số Lần Cài Đặt | 1,099 |
Phiên Bản Hiện Tại | 1.1.0 |
Cập Nhật Lần Cuối | 2020-12-21 |
Ngày Phát Hành | 2019-05-04 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://www.getvelocity.co |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.getvelocity.co |
URL Trang Trợ Giúp | https://www.getvelocity.co/help/docs |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Velocity", "short_name": "Velocity", "version": "1.1.0", "manifest_version": 2, "description": "Easy, powerful Asana reports, dashboards, and analytics", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "homepage_url": "https:\/\/www.getvelocity.co\/extensions\/chrome", "browser_action": { "default_title": "Velocity", "default_icon": "img\/icon.png" }, "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "*:\/\/app.asana.com\/*" ], "js": [ "js\/content.js" ] } ], "externally_connectable": { "matches": [ "*:\/\/www.getvelocity.co\/*" ] }, "permissions": [ "http:\/\/app.asana.com\/", "https:\/\/app.asana.com\/" ], "web_accessible_resources": [ "img\/*", "js\/vendor\/jquery-2.0.3.min.js", "frame.html", "frame_loading.html" ] } |