FlowTime

A Chrome Extension to boost your productivity!

FlowTime là gì?

FlowTime là một tiện ích mở rộng Chrome được phát triển bởi https://www.flowtime.biz, và tính năng chính của nó là "A Chrome Extension to boost your productivity!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng FlowTime

Tải xuống các tệp mở rộng FlowTime dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên FlowTime FlowTime
ID ogaicamnmocpjcbcfpnaccmmhpfmogbb
URL Chính Thức https://chromewebstore.google.com/detail/flowtime/ogaicamnmocpjcbcfpnaccmmhpfmogbb
Mô tả A Chrome Extension to boost your productivity!
Kích Thước Tệp 229 KB
Số Lần Cài Đặt 11,066
Phiên Bản Hiện Tại 4.0.2
Cập Nhật Lần Cuối 2023-05-22
Ngày Phát Hành 2019-11-09
Đánh Giá 4.13/5 Tổng số 105 Đánh Giá
Nhà Phát Triển https://www.flowtime.biz
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.flowtime.biz/
URL Trang Trợ Giúp https://www.flowtime.biz/
URL Trang Chính Sách Bảo Mật https://www.flowtime.biz/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
        ]
    }
}