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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } |