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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}