Velocity

Easy, powerful Asana reports, dashboards, and analytics

什么是Velocity?

Velocity是由https://www.getvelocity.co开发的Chrome扩展程序,该扩展的主要功能是“Easy, powerful Asana reports, dashboards, and analytics”。

扩展截图

screenshot

下载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 Velocity
ID lljnnlncjhfpjjgmoickipmefdkfpnpf
官方URL 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"
    ]
}