Daily Unlearnings
The Daily Unlearnings newtab extension will challenge you to embrace a more mindful approach to the work routine
Hvad er Daily Unlearnings?
Daily Unlearnings er en Chrome-udvidelse udviklet af Atlassian, og dens hovedfunktion er "The Daily Unlearnings newtab extension will challenge you to embrace a more mindful approach to the work routine".
Udvidelsesskærmbilleder
Download Daily Unlearnings-udvidelses-CRX-fil
Download Daily Unlearnings-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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?
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | dfnjmmhkdljagjpneebefnipjnhhdlad |
Officiel URL | https://chromewebstore.google.com/detail/daily-unlearnings/dfnjmmhkdljagjpneebefnipjnhhdlad |
Beskrivelse | The Daily Unlearnings newtab extension will challenge you to embrace a more mindful approach to the work routine |
Filstørrelse | 2.84 MB |
Antal Installationer | 570 |
Nuværende Version | 1.4.0 |
Senest Opdateret | 2020-03-21 |
Udgivelsesdato | 2020-03-21 |
Bedømmelse | 5.00/5 Samlet 5 Bedømmelser |
Udvikler | Atlassian |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | http://www.atlassian.com/open |
Understøttede Sprog | 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" ] } |