Daily Unlearnings

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

Qu'est-ce que Daily Unlearnings ?

Daily Unlearnings est une extension Chrome développée par Atlassian, et sa fonction principale est "The Daily Unlearnings newtab extension will challenge you to embrace a more mindful approach to the work routine".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Daily Unlearnings

Téléchargez les fichiers d'extension Daily Unlearnings au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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?                    

Informations de Base sur l'Extension

Nom Daily Unlearnings Daily Unlearnings
ID dfnjmmhkdljagjpneebefnipjnhhdlad
URL Officiel https://chromewebstore.google.com/detail/daily-unlearnings/dfnjmmhkdljagjpneebefnipjnhhdlad
Description The Daily Unlearnings newtab extension will challenge you to embrace a more mindful approach to the work routine
Taille du Fichier 2.84 MB
Nombre d'Installations 570
Version Actuelle 1.4.0
Dernière Mise à Jour 2020-03-21
Date de Publication 2020-03-21
Évaluation 5.00/5 Total 5 Évaluations
Développeur Atlassian
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.atlassian.com/open
Langues Prises en Charge 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"
    ]
}