WFH Wakeup

Guided movement breaks for all day energy with simple movements you already know. All backed by science.

Vad är WFH Wakeup?

WFH Wakeup är en Chrome-tillägg utvecklad av Space Cadet, och dess huvudfunktion är "Guided movement breaks for all day energy with simple movements you already know. All backed by science.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner WFH Wakeup-förlängningens CRX-fil

Ladda ner WFH Wakeup-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

                        Guided movement breaks for all day energy with simple movements you already know. All backed by science.                    

Grundläggande Information om Tillägg

Namn WFH Wakeup WFH Wakeup
ID hglbbhncmhnmbcimlcdddgmmckngdjck
Officiell webbadress https://chromewebstore.google.com/detail/wfh-wakeup/hglbbhncmhnmbcimlcdddgmmckngdjck
Beskrivning Guided movement breaks for all day energy with simple movements you already know. All backed by science.
Filstorlek 718 KB
Antal Installationer 177
Aktuell Version 1.0.0
Senast Uppdaterad 2020-09-16
Publiceringsdatum 2020-09-16
Betyg 4.20/5 Totalt 5 Betyg
Utvecklare Space Cadet
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://WFHWakeup.com
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WFH Wakeup",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Guided movement breaks for all day energy with simple movements you already know. All backed by science.",
    "homepage_url": "http:\/\/Wfhwakeup.com",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "page": "html\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "img\/icon19.png",
        "default_title": "WFH Wakeup",
        "default_popup": "html\/widget.html"
    },
    "permissions": [
        "notifications",
        "contextMenus",
        "storage",
        "https:\/\/api.gumroad.com\/v2\/licenses\/verify"
    ]
}