Asana Productivity Hacks
Several Asana hacks that make your life more productive!
Hvad er Asana Productivity Hacks?
Asana Productivity Hacks er en Chrome-udvidelse udviklet af Dennis Paagman, og dens hovedfunktion er "Several Asana hacks that make your life more productive!".
Udvidelsesskærmbilleder
Download Asana Productivity Hacks-udvidelses-CRX-fil
Download Asana Productivity Hacks-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This small extension is here to increase your Asana productivity, it:
- Introduces "Silent mode", which removes the unread inbox notifications
- Introduces "meeting mode", which reduces visual clutter when using Asana in meetings
- Introduces an "Inbox" switch, which completely hides your inbox so you can focus on work
- Introduces a "Home" switch, which hides the new Home feature in the menu bar.
Next to that, the extension:
Makes private tasks more prominent with a red background, making sure you never accidentaly create private tasks anymore.
Makes project and tags in the task list more clear (wider) on large screens. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | aednamkkbmbonmnmohjfhgmekggbnjlh |
| Officiel URL | https://chromewebstore.google.com/detail/asana-productivity-hacks/aednamkkbmbonmnmohjfhgmekggbnjlh |
| Beskrivelse | Several Asana hacks that make your life more productive! |
| Filstørrelse | 8.97 KB |
| Antal Installationer | 117 |
| Nuværende Version | 0.17 |
| Senest Opdateret | 2020-06-06 |
| Udgivelsesdato | 2020-06-05 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | Dennis Paagman |
| Betalingsmetode | free |
| Understøttede Sprog | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Asana Productivity Hacks",
"short_name": "Asana Productivity Hacks",
"description": "Several Asana hacks that make your life more productive!",
"version": "0.17",
"author": "Dennis Paagman",
"permissions": [
"storage",
"tabs",
"https:\/\/app.asana.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/app.asana.com\/*"
],
"css": [
"asana-hacks.css"
],
"js": [
"asana-hacks.js"
],
"run_at": "document_idle"
}
],
"browser_action": {
"name": "Asana hack settings",
"default_icon": "icon.png",
"default_popup": "settings.html"
}
} | |