FlowTime

A Chrome Extension to boost your productivity!

FlowTime क्या है?

FlowTime https://www.flowtime.biz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Chrome Extension to boost your productivity!"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में FlowTime एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
        ]
    }
}