FlowTime

A Chrome Extension to boost your productivity!

FlowTimeคืออะไร?

FlowTime เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.flowtime.biz และคุณลักษณะหลักของมันคือ "A Chrome Extension to boost your productivity!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FlowTime

ดาวน์โหลดไฟล์ส่วนขยาย FlowTime ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/*"
        ]
    }
}