Velocity

Easy, powerful Asana reports, dashboards, and analytics

Velocityคืออะไร?

Velocity เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.getvelocity.co และคุณลักษณะหลักของมันคือ "Easy, powerful Asana reports, dashboards, and analytics"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Velocity

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}