Daily Unlearnings

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

O que é Daily Unlearnings?

Daily Unlearnings é uma extensão do Chrome desenvolvida por Atlassian, e sua principal característica é "The Daily Unlearnings newtab extension will challenge you to embrace a more mindful approach to the work routine".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Daily Unlearnings

Baixe arquivos de extensão Daily Unlearnings no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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?                    

Informações Básicas da Extensão

Nome Daily Unlearnings Daily Unlearnings
ID dfnjmmhkdljagjpneebefnipjnhhdlad
URL Oficial https://chromewebstore.google.com/detail/daily-unlearnings/dfnjmmhkdljagjpneebefnipjnhhdlad
Descrição The Daily Unlearnings newtab extension will challenge you to embrace a more mindful approach to the work routine
Tamanho do Arquivo 2.84 MB
Contagem de Instalações 570
Versão Atual 1.4.0
Última Atualização 2020-03-21
Data de Publicação 2020-03-21
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor Atlassian
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.atlassian.com/open
Idiomas Suportados 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"
    ]
}