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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Your productivity tool. Plan what you need and focus on getting it done."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

MakeTime - increase productivity 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
        }
    }
}