Velocity
Easy, powerful Asana reports, dashboards, and analytics
Wat is Velocity?
Velocity is een Chrome-extensie ontwikkeld door https://www.getvelocity.co, en de belangrijkste functie is "Easy, powerful Asana reports, dashboards, and analytics".
Extensie Screenshots
Download het CRX-bestand van de extensie Velocity
Download Velocity-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Velocity |
ID | lljnnlncjhfpjjgmoickipmefdkfpnpf |
Officiële URL | https://chromewebstore.google.com/detail/velocity/lljnnlncjhfpjjgmoickipmefdkfpnpf |
Beschrijving | Easy, powerful Asana reports, dashboards, and analytics |
Bestandsgrootte | 112 KB |
Aantal Installaties | 1,099 |
Huidige Versie | 1.1.0 |
Laatst Bijgewerkt | 2020-12-21 |
Publicatiedatum | 2019-05-04 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://www.getvelocity.co |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.getvelocity.co |
Help Pagina-URL | https://www.getvelocity.co/help/docs |
Ondersteunde Talen | 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" ] } |