Asana Sidebar Folders
Sidebar Folders hack for Asana
Co je Asana Sidebar Folders?
Asana Sidebar Folders je rozšíření Chrome vyvinuté benjamin.jaton, a jeho hlavní funkcí je „Sidebar Folders hack for Asana“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Asana Sidebar Folders
Stáhněte si soubory rozšíření Asana Sidebar Folders 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 extension is a hack for Asana to get sidebar folders. In order to create a folder, create a project with a name that ends with ":", e.g. "Private Projects:", and favorite it. Anything below that favorited project in the sidebar will be considered as belonging to that folder. IMPORTANT: This is not an official Asana extension, and thus may not be supported by future versions of Asana.
Základní Informace o Rozšíření
Název | Asana Sidebar Folders |
ID | lflllnllinbblebnimjnlebocinfojma |
Oficiální URL | https://chromewebstore.google.com/detail/asana-sidebar-folders/lflllnllinbblebnimjnlebocinfojma |
Popis | Sidebar Folders hack for Asana |
Velikost souboru | 30.36 KB |
Počet instalací | 58 |
Aktuální Verze | 0.8 |
Poslední Aktualizace | 2023-02-23 |
Datum Vydání | 2021-06-29 |
Hodnocení | 1.00/5 Celkem 1 Hodnocení |
Vývojář | benjamin.jaton |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Asana Sidebar Folders", "description": "Sidebar Folders hack for Asana", "version": "0.8", "action": [], "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/app.asana.com\/*", "https:\/\/localhost.asana.com\/*" ], "css": [], "js": [ "asana-sidebar-folders.js" ], "match_about_blank": false, "run_at": "document_start", "all_frames": false } ] } |