MakeTime - increase productivity

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

Qu'est-ce que MakeTime - increase productivity ?

MakeTime - increase productivity est une extension Chrome développée par https://maketime.online, et sa fonction principale est "Your productivity tool. Plan what you need and focus on getting it done.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension MakeTime - increase productivity

Téléchargez les fichiers d'extension MakeTime - increase productivity au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom MakeTime - increase productivity MakeTime - increase productivity
ID afhokbldaaeggpigpijmomaooflpikji
URL Officiel https://chromewebstore.google.com/detail/maketime-increase-product/afhokbldaaeggpigpijmomaooflpikji
Description Your productivity tool. Plan what you need and focus on getting it done.
Taille du Fichier 11.52 MB
Nombre d'Installations 20,000
Version Actuelle 2.10.14
Dernière Mise à Jour 2023-03-03
Date de Publication 2020-07-03
Évaluation 4.32/5 Total 137 Évaluations
Développeur https://maketime.online
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://maketime.online
URL de la Page d'Aide https://t.me/maketimeonline
URL de la Page de Politique de Confidentialité https://maketime.online/privacy.html
Langues Prises en Charge 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"
        }
    }
}