Daily Unlearnings

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

Was ist Daily Unlearnings?

Daily Unlearnings ist eine Chrome-Erweiterung, die von Atlassian entwickelt wurde, und ihr Hauptmerkmal ist "The Daily Unlearnings newtab extension will challenge you to embrace a more mindful approach to the work routine".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Daily Unlearnings-Erweiterungs-CRX-Datei herunterladen

Laden Sie Daily Unlearnings-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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?                    

Grundlegende Informationen zur Erweiterung

Name Daily Unlearnings Daily Unlearnings
ID dfnjmmhkdljagjpneebefnipjnhhdlad
Offizielle URL https://chromewebstore.google.com/detail/daily-unlearnings/dfnjmmhkdljagjpneebefnipjnhhdlad
Beschreibung The Daily Unlearnings newtab extension will challenge you to embrace a more mindful approach to the work routine
Dateigröße 2.84 MB
Installationsanzahl 570
Aktuelle Version 1.4.0
Letztes Update 2020-03-21
Veröffentlichungsdatum 2020-03-21
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler Atlassian
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://www.atlassian.com/open
Unterstützte Sprachen 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"
    ]
}