Daily Unlearnings
The Daily Unlearnings newtab extension will challenge you to embrace a more mindful approach to the work routine
Daily Unlearnings là gì?
Daily Unlearnings là một tiện ích mở rộng Chrome được phát triển bởi Atlassian, và tính năng chính của nó là "The Daily Unlearnings newtab extension will challenge you to embrace a more mindful approach to the work routine".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Daily Unlearnings
Tải xuống các tệp mở rộng Daily Unlearnings dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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?
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | dfnjmmhkdljagjpneebefnipjnhhdlad |
URL Chính Thức | https://chromewebstore.google.com/detail/daily-unlearnings/dfnjmmhkdljagjpneebefnipjnhhdlad |
Mô tả | The Daily Unlearnings newtab extension will challenge you to embrace a more mindful approach to the work routine |
Kích Thước Tệp | 2.84 MB |
Số Lần Cài Đặt | 570 |
Phiên Bản Hiện Tại | 1.4.0 |
Cập Nhật Lần Cuối | 2020-03-21 |
Ngày Phát Hành | 2020-03-21 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | Atlassian |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.atlassian.com/open |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |