Flowace

Automate Time & Work Anywhere

O que é Flowace?

Flowace é uma extensão do Chrome desenvolvida por https://flowace.in, e sua principal característica é "Automate Time & Work Anywhere".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Flowace

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

                        Flowace is a completely automated way for firms to increase their productivity while working from anywhere. 

This application captures the URL and the title of the active website tab. This is extremely important as it helps our users to know how they are spending their time and how they can improve time management. 

Please refer to the attached screenshot "Track productive time on URL"                    

Informações Básicas da Extensão

Nome Flowace Flowace
ID habpbcidbbgjhamlfgeaihpohnmlbjcn
URL Oficial https://chromewebstore.google.com/detail/flowace/habpbcidbbgjhamlfgeaihpohnmlbjcn
Descrição Automate Time & Work Anywhere
Tamanho do Arquivo 22.47 KB
Contagem de Instalações 2,814
Versão Atual 1.0.2
Última Atualização 2022-05-14
Data de Publicação 2020-08-12
Classificação 3.67/5 Total de 3 Avaliações
Desenvolvedor https://flowace.in
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://flowace.in/privacypolicy.pdf
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Flowace",
    "description": "Automate Time & Work Anywhere",
    "version": "1.0.2",
    "permissions": [
        "tabs",
        "storage",
        "nativeMessaging"
    ],
    "background": {
        "service_worker": "eventHandler.js"
    },
    "action": {
        "default_popup": "src\/extension.html",
        "default_icon": {
            "16": "images\/fl_original_x16.png",
            "32": "images\/fl_original_x32.png",
            "64": "images\/fl_original_x64.png",
            "128": "images\/fl_original_x128.png"
        }
    },
    "icons": {
        "16": "images\/fl_original_x16.png",
        "32": "images\/fl_original_x32.png",
        "64": "images\/fl_original_x64.png",
        "128": "images\/fl_original_x128.png"
    },
    "manifest_version": 3
}