Velocity
Easy, powerful Asana reports, dashboards, and analytics
Qu'est-ce que Velocity ?
Velocity est une extension Chrome développée par https://www.getvelocity.co, et sa fonction principale est "Easy, powerful Asana reports, dashboards, and analytics".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Velocity
Téléchargez les fichiers d'extension Velocity au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Velocity |
ID | lljnnlncjhfpjjgmoickipmefdkfpnpf |
URL Officiel | https://chromewebstore.google.com/detail/velocity/lljnnlncjhfpjjgmoickipmefdkfpnpf |
Description | Easy, powerful Asana reports, dashboards, and analytics |
Taille du Fichier | 112 KB |
Nombre d'Installations | 1,099 |
Version Actuelle | 1.1.0 |
Dernière Mise à Jour | 2020-12-21 |
Date de Publication | 2019-05-04 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://www.getvelocity.co |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.getvelocity.co |
URL de la Page d'Aide | https://www.getvelocity.co/help/docs |
Langues Prises en Charge | 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" ] } |