Daily Unlearnings
The Daily Unlearnings newtab extension will challenge you to embrace a more mindful approach to the work routine
Co je Daily Unlearnings?
Daily Unlearnings je rozšíření Chrome vyvinuté Atlassian, a jeho hlavní funkcí je „The Daily Unlearnings newtab extension will challenge you to embrace a more mindful approach to the work routine“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Daily Unlearnings
Stáhněte si soubory rozšíření Daily Unlearnings ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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?
Základní Informace o Rozšíření
Název | |
ID | dfnjmmhkdljagjpneebefnipjnhhdlad |
Oficiální URL | https://chromewebstore.google.com/detail/daily-unlearnings/dfnjmmhkdljagjpneebefnipjnhhdlad |
Popis | The Daily Unlearnings newtab extension will challenge you to embrace a more mindful approach to the work routine |
Velikost souboru | 2.84 MB |
Počet instalací | 570 |
Aktuální Verze | 1.4.0 |
Poslední Aktualizace | 2020-03-21 |
Datum Vydání | 2020-03-21 |
Hodnocení | 5.00/5 Celkem 5 Hodnocení |
Vývojář | Atlassian |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | http://www.atlassian.com/open |
Podporované Jazyky | 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" ] } |