Velocity
Easy, powerful Asana reports, dashboards, and analytics
Cos'è Velocity?
Velocity è un'estensione di Chrome sviluppata da https://www.getvelocity.co, e la sua funzione principale è "Easy, powerful Asana reports, dashboards, and analytics".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Velocity
Scarica i file di estensione Velocity in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Velocity |
ID | lljnnlncjhfpjjgmoickipmefdkfpnpf |
URL Ufficiale | https://chromewebstore.google.com/detail/velocity/lljnnlncjhfpjjgmoickipmefdkfpnpf |
Descrizione | Easy, powerful Asana reports, dashboards, and analytics |
Dimensione del File | 112 KB |
Conteggio Installazioni | 1,099 |
Versione Corrente | 1.1.0 |
Ultimo Aggiornamento | 2020-12-21 |
Data di Pubblicazione | 2019-05-04 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://www.getvelocity.co |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.getvelocity.co |
URL della Pagina di Aiuto | https://www.getvelocity.co/help/docs |
Lingue Supportate | 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" ] } |