Velocity
Easy, powerful Asana reports, dashboards, and analytics
O que é Velocity?
Velocity é uma extensão do Chrome desenvolvida por https://www.getvelocity.co, e sua principal característica é "Easy, powerful Asana reports, dashboards, and analytics".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Velocity
Baixe arquivos de extensão Velocity no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Velocity |
ID | lljnnlncjhfpjjgmoickipmefdkfpnpf |
URL Oficial | https://chromewebstore.google.com/detail/velocity/lljnnlncjhfpjjgmoickipmefdkfpnpf |
Descrição | Easy, powerful Asana reports, dashboards, and analytics |
Tamanho do Arquivo | 112 KB |
Contagem de Instalações | 1,099 |
Versão Atual | 1.1.0 |
Última Atualização | 2020-12-21 |
Data de Publicação | 2019-05-04 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://www.getvelocity.co |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.getvelocity.co |
URL da Página de Ajuda | https://www.getvelocity.co/help/docs |
Idiomas Suportados | 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" ] } |