Asana Sidebar Folders
Sidebar Folders hack for Asana
What is Asana Sidebar Folders?
Asana Sidebar Folders is a Chrome extension developed by benjamin.jaton, and its main feature is "Sidebar Folders hack for Asana".
Extension Screenshots
Download Asana Sidebar Folders Extension CRX File
Download Asana Sidebar Folders extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Asana Sidebar Folders |
ID | lflllnllinbblebnimjnlebocinfojma |
Official URL | https://chromewebstore.google.com/detail/asana-sidebar-folders/lflllnllinbblebnimjnlebocinfojma |
Description | Sidebar Folders hack for Asana |
File Size | 30.36 KB |
Installation Count | 58 |
Current Version | 0.8 |
Last Updated | 2023-02-23 |
Publish Date | 2021-06-29 |
Rating | 1.00/5 Total 1 Ratings |
Developer | benjamin.jaton |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } ] } |