Daily Unlearnings

The Daily Unlearnings newtab extension will challenge you to embrace a more mindful approach to the work routine

Wat is Daily Unlearnings?

Daily Unlearnings is een Chrome-extensie ontwikkeld door Atlassian, en de belangrijkste functie is "The Daily Unlearnings newtab extension will challenge you to embrace a more mindful approach to the work routine".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Daily Unlearnings

Download Daily Unlearnings-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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?                    

Basisinformatie over de Extensie

Naam Daily Unlearnings Daily Unlearnings
ID dfnjmmhkdljagjpneebefnipjnhhdlad
Officiële URL https://chromewebstore.google.com/detail/daily-unlearnings/dfnjmmhkdljagjpneebefnipjnhhdlad
Beschrijving The Daily Unlearnings newtab extension will challenge you to embrace a more mindful approach to the work routine
Bestandsgrootte 2.84 MB
Aantal Installaties 570
Huidige Versie 1.4.0
Laatst Bijgewerkt 2020-03-21
Publicatiedatum 2020-03-21
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar Atlassian
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.atlassian.com/open
Ondersteunde Talen 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"
    ]
}