MakeTime - increase productivity

Your productivity tool. Plan what you need and focus on getting it done.

O que é MakeTime - increase productivity?

MakeTime - increase productivity é uma extensão do Chrome desenvolvida por https://maketime.online, e sua principal característica é "Your productivity tool. Plan what you need and focus on getting it done.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão MakeTime - increase productivity

Baixe arquivos de extensão MakeTime - increase productivity 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

                        A tool for increasing productivity through time management. Plan what you need and focus on getting it done.
The MakeTime extension replaces the new browser tab. Each time you open a new tab, MakeTime motivates you to set and goals and take on their implementation.
It is possible to delegate some of your tasks.

What's important in increasing productivity:
1) While timer is running - concentrate on the task.
2) The more we plan - the higher the productivity.
3) We delegate everything that can be delegated and concentrate on the main thing.

MakeTime is designed in such a way that you enjoy your work and development.
Challenge yourself, use your time productively.

If you are tired, do not torture yourself, stop time and take a break.                    

Informações Básicas da Extensão

Nome MakeTime - increase productivity MakeTime - increase productivity
ID afhokbldaaeggpigpijmomaooflpikji
URL Oficial https://chromewebstore.google.com/detail/maketime-increase-product/afhokbldaaeggpigpijmomaooflpikji
Descrição Your productivity tool. Plan what you need and focus on getting it done.
Tamanho do Arquivo 11.52 MB
Contagem de Instalações 20,000
Versão Atual 2.10.14
Última Atualização 2023-03-03
Data de Publicação 2020-07-03
Classificação 4.32/5 Total de 137 Avaliações
Desenvolvedor https://maketime.online
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://maketime.online
URL da Página de Ajuda https://t.me/maketimeonline
URL da Página de Política de Privacidade https://maketime.online/privacy.html
Idiomas Suportados en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "version": "2.10.14",
    "permissions": [],
    "optional_permissions": [
        "bookmarks"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "\/favicon.ico",
        "36": "icons\/bookmark-48.png",
        "48": "icons\/management_48.png",
        "128": "icons\/management_128.png"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/metamask.io\/*"
        ],
        "ids": [
            "*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.ttf",
                "*.wofl"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; worker-src 'self'; object-src 'self'; style-src * data: blob: 'unsafe-inline'"
    },
    "action": {
        "default_icon": {
            "16": "icons\/management_16.png",
            "24": "icons\/management_24.png"
        }
    }
}