Flowace

Automate Time & Work Anywhere

Apa itu Flowace?

Flowace adalah ekstensi Chrome yang dikembangkan oleh https://flowace.in, dan fitur utamanya adalah "Automate Time & Work Anywhere".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Flowace

Unduh file ekstensi Flowace dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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"                    

Informasi Dasar Ekstensi

Nama Flowace Flowace
ID habpbcidbbgjhamlfgeaihpohnmlbjcn
URL Resmi https://chromewebstore.google.com/detail/flowace/habpbcidbbgjhamlfgeaihpohnmlbjcn
Deskripsi Automate Time & Work Anywhere
Ukuran File 22.47 KB
Jumlah Instalasi 2,814
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2022-05-14
Tanggal Publikasi 2020-08-12
Penilaian 3.67/5 Total 3 Penilaian
Pengembang https://flowace.in
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://flowace.in/privacypolicy.pdf
Bahasa yang Didukung 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
}