WFH Wakeup

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

What is WFH Wakeup?

WFH Wakeup is a Chrome extension developed by Space Cadet, and its main feature is "Guided movement breaks for all day energy with simple movements you already know. All backed by science.".

Extension Screenshots

screenshot
screenshot
screenshot

Download WFH Wakeup Extension CRX File

Download WFH Wakeup extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name WFH Wakeup WFH Wakeup
ID hglbbhncmhnmbcimlcdddgmmckngdjck
Official URL https://chromewebstore.google.com/detail/wfh-wakeup/hglbbhncmhnmbcimlcdddgmmckngdjck
Description Guided movement breaks for all day energy with simple movements you already know. All backed by science.
File Size 718 KB
Installation Count 177
Current Version 1.0.0
Last Updated 2020-09-16
Publish Date 2020-09-16
Rating 4.20/5 Total 5 Ratings
Developer Space Cadet
Email [email protected]
Payment Type free
Extension Website https://WFHWakeup.com
Supported Languages 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"
    ]
}