Panel View for Asana
Panelized extension for Asana
Wat is Panel View for Asana?
Panel View for Asana is een Chrome-extensie ontwikkeld door dfrankland, en de belangrijkste functie is "Panelized extension for Asana".
Extensie Screenshots
Download het CRX-bestand van de extensie Panel View for Asana
Download Panel View for Asana-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
This is a copy of Panel View for Keep created by Paul Eich (eichefam.net). To send Asana to a panel you must click "Send to Panel" in the command bar at the bottom of Asana's page. For more info go to read the blog post by Paul here: http://bit.ly/panelupdate2_2 Like this extension? Buy Paul Eiche a cup of coffee! http://bit.ly/paneldonate
Basisinformatie over de Extensie
Naam | Panel View for Asana |
ID | gkgknajjpoofcddkaclepablhigcpagd |
Officiële URL | https://chromewebstore.google.com/detail/panel-view-for-asana/gkgknajjpoofcddkaclepablhigcpagd |
Beschrijving | Panelized extension for Asana |
Bestandsgrootte | 39.75 KB |
Aantal Installaties | 77 |
Huidige Versie | 2.4 |
Laatst Bijgewerkt | 2014-12-18 |
Publicatiedatum | 2014-12-18 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | dfrankland |
Betalingswijze | free |
Extensiewebsite | http://snackcode.co |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Panel View for Asana", "description": "Panelized extension for Asana", "version": "2.4", "background": { "scripts": [ "js\/background.js", "js\/events.js" ] }, "browser_action": { "default_icon": "img\/icon_16.png" }, "icons": { "128": "img\/icon_128.png", "16": "img\/icon_16.png" }, "permissions": [ "tabs", "https:\/\/app.asana.com\/*" ], "content_scripts": [ { "js": [ "js\/jquery-2.1.1.min.js" ], "matches": [ "https:\/\/app.asana.com\/*" ], "run_at": "document_start" }, { "js": [ "js\/asana-script.js" ], "matches": [ "https:\/\/app.asana.com\/*" ], "run_at": "document_end" } ], "manifest_version": 2 } |