Daily Unlearnings
The Daily Unlearnings newtab extension will challenge you to embrace a more mindful approach to the work routine
ما هو Daily Unlearnings؟
Daily Unlearnings هو إضافة Chrome تم تطويرها بواسطة Atlassian، والميزة الرئيسية لها هي "The Daily Unlearnings newtab extension will challenge you to embrace a more mindful approach to the work routine".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Daily Unlearnings
قم بتنزيل ملفات الامتداد Daily Unlearnings بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Each day, you’ll receive tips, tricks, and ideas to help break bad habits, get to know your teammates, and deepen your impact at the workplace. When teams have strong connections, give feedback, and feel free to share ideas, work moves forward. So isn't it time you let go of your old habits and tried something new?
معلومات أساسية عن التمديد
الاسم | |
ID | dfnjmmhkdljagjpneebefnipjnhhdlad |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/daily-unlearnings/dfnjmmhkdljagjpneebefnipjnhhdlad |
الوصف | The Daily Unlearnings newtab extension will challenge you to embrace a more mindful approach to the work routine |
حجم الملف | 2.84 MB |
عدد التثبيتات | 570 |
النسخة الحالية | 1.4.0 |
آخر تحديث | 2020-03-21 |
تاريخ النشر | 2020-03-21 |
تقييم | 5.00/5 مجموع تقييمات 5 |
المطور | Atlassian |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://www.atlassian.com/open |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Daily Unlearnings", "version": "1.4.0", "description": "The Daily Unlearnings newtab extension will challenge you to embrace a more mindful approach to the work routine", "background": { "scripts": [ "assets\/background-5be0eb53.js" ] }, "browser_action": { "default_icon": { "16": "icons\/icon-16.png" } }, "icons": { "16": "icons\/icon-16.png", "128": "icons\/icon-128.png" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "web_accessible_resources": [ "fonts\/*.otf", "images\/*.png" ], "permissions": [ "storage" ] } |