Panel View for Asana
Panelized extension for Asana
Qu'est-ce que Panel View for Asana ?
Panel View for Asana est une extension Chrome développée par dfrankland, et sa fonction principale est "Panelized extension for Asana".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Panel View for Asana
Téléchargez les fichiers d'extension Panel View for Asana 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
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
Informations de Base sur l'Extension
Nom | Panel View for Asana |
ID | gkgknajjpoofcddkaclepablhigcpagd |
URL Officiel | https://chromewebstore.google.com/detail/panel-view-for-asana/gkgknajjpoofcddkaclepablhigcpagd |
Description | Panelized extension for Asana |
Taille du Fichier | 39.75 KB |
Nombre d'Installations | 77 |
Version Actuelle | 2.4 |
Dernière Mise à Jour | 2014-12-18 |
Date de Publication | 2014-12-18 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | dfrankland |
Type de Paiement | free |
Site Web de l'Extension | http://snackcode.co |
Langues Prises en Charge | 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 } |