Cleaner Asana
Simplify the UI of Asana. It's visually quite complicated, especially to those who are new to task management. To help with this…
Что такое Cleaner Asana?
Cleaner Asana - это расширение Chrome, разработанное Unknown, и его основная функция - "Simplify the UI of Asana. It's visually quite complicated, especially to those who are new to task management. To help with this…".
Снимки экрана расширения
Скачать файл CRX расширения Cleaner Asana
Скачайте файлы расширений Cleaner Asana в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Simplify the UI of Asana. It's visually quite complicated, especially to those who are new to task management. To help with this I've removed unneeded features to hopefully reduce the cognitive load of someone trying to organise their tasks! You may need to refresh on first use
Основная информация о расширении
Название | Cleaner Asana |
ID | dcmogcohhefjhokcopianocadbadkkle |
Официальный URL | https://chromewebstore.google.com/detail/cleaner-asana/dcmogcohhefjhokcopianocadbadkkle |
Описание | Simplify the UI of Asana. It's visually quite complicated, especially to those who are new to task management. To help with this… |
Размер файла | 18.53 KB |
Количество установок | 32 |
Текущая Версия | 0.1.3 |
Последнее Обновление | 2018-08-13 |
Дата публикации | 2018-08-13 |
Рейтинг | 1.00/5 Всего 1 оценок |
Разработчик | Unknown |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/psherwinnicholls/cleanerasana |
URL страницы помощи | https://github.com/psherwinnicholls/cleanerasana/issues |
Поддерживаемые языки | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Cleaner Asana", "name": "Cleaner Asana", "manifest_version": 2, "version": "0.1.3", "browser_action": { "default_popup": "index.html" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "js": [ "main.js" ], "matches": [ "https:\/\/app.asana.com\/*" ] } ], "permissions": [ "storage" ] } |