Daily Unlearnings

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

Cos'è Daily Unlearnings?

Daily Unlearnings è un'estensione di Chrome sviluppata da Atlassian, e la sua funzione principale è "The Daily Unlearnings newtab extension will challenge you to embrace a more mindful approach to the work routine".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Daily Unlearnings

Scarica i file di estensione Daily Unlearnings in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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?                    

Informazioni di Base sull'Estensione

Nome Daily Unlearnings Daily Unlearnings
ID dfnjmmhkdljagjpneebefnipjnhhdlad
URL Ufficiale https://chromewebstore.google.com/detail/daily-unlearnings/dfnjmmhkdljagjpneebefnipjnhhdlad
Descrizione The Daily Unlearnings newtab extension will challenge you to embrace a more mindful approach to the work routine
Dimensione del File 2.84 MB
Conteggio Installazioni 570
Versione Corrente 1.4.0
Ultimo Aggiornamento 2020-03-21
Data di Pubblicazione 2020-03-21
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore Atlassian
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.atlassian.com/open
Lingue Supportate 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"
    ]
}