Daily Unlearnings

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

Vad är Daily Unlearnings?

Daily Unlearnings är en Chrome-tillägg utvecklad av Atlassian, och dess huvudfunktion är "The Daily Unlearnings newtab extension will challenge you to embrace a more mindful approach to the work routine".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Daily Unlearnings-förlängningens CRX-fil

Ladda ner Daily Unlearnings-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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?                    

Grundläggande Information om Tillägg

Namn Daily Unlearnings Daily Unlearnings
ID dfnjmmhkdljagjpneebefnipjnhhdlad
Officiell webbadress https://chromewebstore.google.com/detail/daily-unlearnings/dfnjmmhkdljagjpneebefnipjnhhdlad
Beskrivning The Daily Unlearnings newtab extension will challenge you to embrace a more mindful approach to the work routine
Filstorlek 2.84 MB
Antal Installationer 570
Aktuell Version 1.4.0
Senast Uppdaterad 2020-03-21
Publiceringsdatum 2020-03-21
Betyg 5.00/5 Totalt 5 Betyg
Utvecklare Atlassian
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://www.atlassian.com/open
Stödda Språk 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"
    ]
}