Flowace

Automate Time & Work Anywhere

Vad är Flowace?

Flowace är en Chrome-tillägg utvecklad av https://flowace.in, och dess huvudfunktion är "Automate Time & Work Anywhere".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Flowace-förlängningens CRX-fil

Ladda ner Flowace-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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"                    

Grundläggande Information om Tillägg

Namn Flowace Flowace
ID habpbcidbbgjhamlfgeaihpohnmlbjcn
Officiell webbadress https://chromewebstore.google.com/detail/flowace/habpbcidbbgjhamlfgeaihpohnmlbjcn
Beskrivning Automate Time & Work Anywhere
Filstorlek 22.47 KB
Antal Installationer 2,814
Aktuell Version 1.0.2
Senast Uppdaterad 2022-05-14
Publiceringsdatum 2020-08-12
Betyg 3.67/5 Totalt 3 Betyg
Utvecklare https://flowace.in
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://flowace.in/privacypolicy.pdf
Stödda Språk 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
}