Flowace

Automate Time & Work Anywhere

Flowace क्या है?

Flowace https://flowace.in द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automate Time & Work Anywhere"।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Flowace एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Flowace is a completely automated way for firms to increase their productivity while working from anywhere. 

This application captures the URL and the title of the active website tab. This is extremely important as it helps our users to know how they are spending their time and how they can improve time management. 

Please refer to the attached screenshot "Track productive time on URL"                    

एक्सटेंशन की मूल जानकारी

नाम Flowace Flowace
ID habpbcidbbgjhamlfgeaihpohnmlbjcn
आधिकारिक URL https://chromewebstore.google.com/detail/flowace/habpbcidbbgjhamlfgeaihpohnmlbjcn
विवरण Automate Time & Work Anywhere
फ़ाइल का आकार 22.47 KB
स्थापना संख्या 2,814
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2022-05-14
प्रकाशन तिथि 2020-08-12
रेटिंग 3.67/5 कुल 3 रेटिंग्स
डेवलपर https://flowace.in
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://flowace.in/privacypolicy.pdf
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Flowace",
    "description": "Automate Time & Work Anywhere",
    "version": "1.0.2",
    "permissions": [
        "tabs",
        "storage",
        "nativeMessaging"
    ],
    "background": {
        "service_worker": "eventHandler.js"
    },
    "action": {
        "default_popup": "src\/extension.html",
        "default_icon": {
            "16": "images\/fl_original_x16.png",
            "32": "images\/fl_original_x32.png",
            "64": "images\/fl_original_x64.png",
            "128": "images\/fl_original_x128.png"
        }
    },
    "icons": {
        "16": "images\/fl_original_x16.png",
        "32": "images\/fl_original_x32.png",
        "64": "images\/fl_original_x64.png",
        "128": "images\/fl_original_x128.png"
    },
    "manifest_version": 3
}