Asana Productivity Hacks
Several Asana hacks that make your life more productive!
What is Asana Productivity Hacks?
Asana Productivity Hacks is a Chrome extension developed by Dennis Paagman, and its main feature is "Several Asana hacks that make your life more productive!".
Extension Screenshots
Download Asana Productivity Hacks Extension CRX File
Download Asana Productivity Hacks 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 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.
Extension Basic Information
Name | Asana Productivity Hacks |
ID | aednamkkbmbonmnmohjfhgmekggbnjlh |
Official URL | https://chromewebstore.google.com/detail/asana-productivity-hacks/aednamkkbmbonmnmohjfhgmekggbnjlh |
Description | Several Asana hacks that make your life more productive! |
File Size | 8.97 KB |
Installation Count | 117 |
Current Version | 0.17 |
Last Updated | 2020-06-06 |
Publish Date | 2020-06-05 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Dennis Paagman |
Payment Type | free |
Supported Languages | 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" } } |