Asana Sidebar Folders
Sidebar Folders hack for Asana
Wat is Asana Sidebar Folders?
Asana Sidebar Folders is een Chrome-extensie ontwikkeld door benjamin.jaton, en de belangrijkste functie is "Sidebar Folders hack for Asana".
Extensie Screenshots
Download het CRX-bestand van de extensie Asana Sidebar Folders
Download Asana Sidebar Folders-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | lflllnllinbblebnimjnlebocinfojma |
| Officiële URL | https://chromewebstore.google.com/detail/asana-sidebar-folders/lflllnllinbblebnimjnlebocinfojma |
| Beschrijving | Sidebar Folders hack for Asana |
| Bestandsgrootte | 30.36 KB |
| Aantal Installaties | 58 |
| Huidige Versie | 0.8 |
| Laatst Bijgewerkt | 2023-02-23 |
| Publicatiedatum | 2021-06-29 |
| Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | benjamin.jaton |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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
}
]
} | |