Asana Productivity Hacks
Several Asana hacks that make your life more productive!
Apa itu Asana Productivity Hacks?
Asana Productivity Hacks adalah ekstensi Chrome yang dikembangkan oleh Dennis Paagman, dan fitur utamanya adalah "Several Asana hacks that make your life more productive!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Asana Productivity Hacks
Unduh file ekstensi Asana Productivity Hacks dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Asana Productivity Hacks |
ID | aednamkkbmbonmnmohjfhgmekggbnjlh |
URL Resmi | https://chromewebstore.google.com/detail/asana-productivity-hacks/aednamkkbmbonmnmohjfhgmekggbnjlh |
Deskripsi | Several Asana hacks that make your life more productive! |
Ukuran File | 8.97 KB |
Jumlah Instalasi | 117 |
Versi Saat Ini | 0.17 |
Terakhir Diperbarui | 2020-06-06 |
Tanggal Publikasi | 2020-06-05 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Dennis Paagman |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |