Daily Unlearnings
The Daily Unlearnings newtab extension will challenge you to embrace a more mindful approach to the work routine
¿Qué es Daily Unlearnings?
Daily Unlearnings es una extensión de Chrome desarrollada por Atlassian, y su función principal es "The Daily Unlearnings newtab extension will challenge you to embrace a more mindful approach to the work routine".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Daily Unlearnings
Descarga archivos de extensión Daily Unlearnings en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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?
Información Básica de la Extensión
Nombre | |
ID | dfnjmmhkdljagjpneebefnipjnhhdlad |
URL Oficial | https://chromewebstore.google.com/detail/daily-unlearnings/dfnjmmhkdljagjpneebefnipjnhhdlad |
Descripción | The Daily Unlearnings newtab extension will challenge you to embrace a more mindful approach to the work routine |
Tamaño del Archivo | 2.84 MB |
Cantidad de Instalaciones | 570 |
Versión Actual | 1.4.0 |
Última Actualización | 2020-03-21 |
Fecha de Publicación | 2020-03-21 |
Calificación | 5.00/5 Total de 5 Calificaciones |
Desarrollador | Atlassian |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://www.atlassian.com/open |
Idiomas Soportados | 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" ] } |