FlowTime

A Chrome Extension to boost your productivity!

FlowTime란 무엇입니까?

FlowTime은(는) https://www.flowtime.biz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Chrome Extension to boost your productivity!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

FlowTime 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Learn more at the FlowTime Website: https://flowtime.biz/

Double Your Productivity. Guaranteed. 

FlowTime works as a Pomodoro-like timer & website blocker that boosts your productivity by making your mind go into the state of flow faster.

The FlowTime Chrome Extension connects to the FlowTime web application, allowing users to block specific websites or the entire internet. The extension works with both basic (free) and premium (paid) accounts. Please note that the website blocking feature works while using the Chrome Extension in conjunction with the FlowTime web app [flowtime.biz].  

Flow is the mental state of operation in you are fully immersed in a feeling of energized focus, full involvement, and enjoyment in the process of the activity. It is a state in which you are the most productive!                    

확장 프로그램 기본 정보

이름 FlowTime FlowTime
ID ogaicamnmocpjcbcfpnaccmmhpfmogbb
공식 URL https://chromewebstore.google.com/detail/flowtime/ogaicamnmocpjcbcfpnaccmmhpfmogbb
설명 A Chrome Extension to boost your productivity!
파일 크기 229 KB
설치 횟수 11,066
현재 버전 4.0.2
최근 업데이트 2023-05-22
출시 날짜 2019-11-09
평점 4.13/5 총 105 개의 평점
개발자 https://www.flowtime.biz
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.flowtime.biz/
도움말 페이지 URL https://www.flowtime.biz/
개인정보 보호 정책 페이지 URL https://www.flowtime.biz/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "FlowTime",
    "version": "4.0.2.0",
    "version_name": "4.0.2",
    "description": "A Chrome Extension to boost your productivity!",
    "action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "icons": {
        "16": "icons\/icon16-dark.png",
        "32": "icons\/icon32-dark.png",
        "48": "icons\/icon48-dark.png",
        "128": "icons\/icon128-dark.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "notifications",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*.flowtime.biz\/*"
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.flowtime.biz\/*"
        ]
    }
}