Panel View for Asana
Panelized extension for Asana
Co je Panel View for Asana?
Panel View for Asana je rozšíření Chrome vyvinuté dfrankland, a jeho hlavní funkcí je „Panelized extension for Asana“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Panel View for Asana
Stáhněte si soubory rozšíření Panel View for Asana ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Panel View for Asana |
ID | gkgknajjpoofcddkaclepablhigcpagd |
Oficiální URL | https://chromewebstore.google.com/detail/panel-view-for-asana/gkgknajjpoofcddkaclepablhigcpagd |
Popis | Panelized extension for Asana |
Velikost souboru | 39.75 KB |
Počet instalací | 77 |
Aktuální Verze | 2.4 |
Poslední Aktualizace | 2014-12-18 |
Datum Vydání | 2014-12-18 |
Hodnocení | 5.00/5 Celkem 3 Hodnocení |
Vývojář | dfrankland |
Typ Platby | free |
Webové stránky Rozšíření | http://snackcode.co |
Podporované Jazyky | 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 } |