WFH Wakeup

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

O que é WFH Wakeup?

WFH Wakeup é uma extensão do Chrome desenvolvida por Space Cadet, e sua principal característica é "Guided movement breaks for all day energy with simple movements you already know. All backed by science.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão WFH Wakeup

Baixe arquivos de extensão WFH Wakeup 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

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

Informações Básicas da Extensão

Nome WFH Wakeup WFH Wakeup
ID hglbbhncmhnmbcimlcdddgmmckngdjck
URL Oficial https://chromewebstore.google.com/detail/wfh-wakeup/hglbbhncmhnmbcimlcdddgmmckngdjck
Descrição Guided movement breaks for all day energy with simple movements you already know. All backed by science.
Tamanho do Arquivo 718 KB
Contagem de Instalações 177
Versão Atual 1.0.0
Última Atualização 2020-09-16
Data de Publicação 2020-09-16
Classificação 4.20/5 Total de 5 Avaliações
Desenvolvedor Space Cadet
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://WFHWakeup.com
Idiomas Suportados 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"
    ]
}