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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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" ] } |