MakeTime - increase productivity

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

MakeTime - increase productivity क्या है?

MakeTime - increase productivity https://maketime.online द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Your productivity tool. Plan what you need and focus on getting it done."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में MakeTime - increase productivity एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम MakeTime - increase productivity MakeTime - increase productivity
ID afhokbldaaeggpigpijmomaooflpikji
आधिकारिक URL https://chromewebstore.google.com/detail/maketime-increase-product/afhokbldaaeggpigpijmomaooflpikji
विवरण Your productivity tool. Plan what you need and focus on getting it done.
फ़ाइल का आकार 11.52 MB
स्थापना संख्या 20,000
वर्तमान संस्करण 2.10.14
अंतिम अपडेट 2023-03-03
प्रकाशन तिथि 2020-07-03
रेटिंग 4.32/5 कुल 137 रेटिंग्स
डेवलपर https://maketime.online
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://maketime.online
सहायता पृष्ठ URL https://t.me/maketimeonline
गोपनीयता नीति पृष्ठ URL https://maketime.online/privacy.html
समर्थित भाषाएँ 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"
        }
    }
}