Asana Productivity Hacks
Several Asana hacks that make your life more productive!
什么是Asana Productivity Hacks?
Asana Productivity Hacks是由Dennis Paagman开发的Chrome扩展程序,该扩展的主要功能是“Several Asana hacks that make your life more productive!”。
扩展截图
下载Asana Productivity Hacks扩展crx文件
下载Asana Productivity Hacks扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Asana Productivity Hacks |
ID | aednamkkbmbonmnmohjfhgmekggbnjlh |
官方URL | https://chromewebstore.google.com/detail/asana-productivity-hacks/aednamkkbmbonmnmohjfhgmekggbnjlh |
简介 | Several Asana hacks that make your life more productive! |
文件大小 | 8.97 KB |
安装次数 | 117 |
当前版本 | 0.17 |
更新时间 | 2020-06-06 |
上架时间 | 2020-06-05 |
评分 | 5.00/5 共1次评分 |
开发者 | Dennis Paagman |
付费类型 | free |
支持的语言 | 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" } } |