Asana Productivity Hacks
Several Asana hacks that make your life more productive!
Qu'est-ce que Asana Productivity Hacks ?
Asana Productivity Hacks est une extension Chrome développée par Dennis Paagman, et sa fonction principale est "Several Asana hacks that make your life more productive!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Asana Productivity Hacks
Téléchargez les fichiers d'extension Asana Productivity Hacks au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Asana Productivity Hacks |
ID | aednamkkbmbonmnmohjfhgmekggbnjlh |
URL Officiel | https://chromewebstore.google.com/detail/asana-productivity-hacks/aednamkkbmbonmnmohjfhgmekggbnjlh |
Description | Several Asana hacks that make your life more productive! |
Taille du Fichier | 8.97 KB |
Nombre d'Installations | 117 |
Version Actuelle | 0.17 |
Dernière Mise à Jour | 2020-06-06 |
Date de Publication | 2020-06-05 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Dennis Paagman |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |