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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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
}
]
} | |