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
Eメール [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"
    ]
}