Velocity
Easy, powerful Asana reports, dashboards, and analytics
什麼是Velocity?
Velocity是由https://www.getvelocity.co開發的Chrome擴展程式,該擴展的主要功能是“Easy, powerful Asana reports, dashboards, and analytics”。
擴展截圖
下載Velocity擴展crx文件
下載Velocity擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Velocity |
ID | lljnnlncjhfpjjgmoickipmefdkfpnpf |
官方網址 | https://chromewebstore.google.com/detail/velocity/lljnnlncjhfpjjgmoickipmefdkfpnpf |
簡介 | Easy, powerful Asana reports, dashboards, and analytics |
檔案大小 | 112 KB |
安裝次數 | 1,099 |
目前版本 | 1.1.0 |
更新時間 | 2020-12-21 |
上架時間 | 2019-05-04 |
評分 | 5.00/5 共 1 次評分 |
開發者 | https://www.getvelocity.co |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.getvelocity.co |
說明頁面URL | https://www.getvelocity.co/help/docs |
支援的語言 | 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" ] } |