Asana Sidebar Folders
Sidebar Folders hack for Asana
什么是Asana Sidebar Folders?
Asana Sidebar Folders是由benjamin.jaton开发的Chrome扩展程序,该扩展的主要功能是“Sidebar Folders hack for Asana”。
扩展截图
下载Asana Sidebar Folders扩展crx文件
下载Asana Sidebar Folders扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Asana Sidebar Folders |
ID | lflllnllinbblebnimjnlebocinfojma |
官方URL | https://chromewebstore.google.com/detail/asana-sidebar-folders/lflllnllinbblebnimjnlebocinfojma |
简介 | Sidebar Folders hack for Asana |
文件大小 | 30.36 KB |
安装次数 | 58 |
当前版本 | 0.8 |
更新时间 | 2023-02-23 |
上架时间 | 2021-06-29 |
评分 | 1.00/5 共1次评分 |
开发者 | benjamin.jaton |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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 } ] } |