Flowace

Automate Time & Work Anywhere

Flowace là gì?

Flowace là một tiện ích mở rộng Chrome được phát triển bởi https://flowace.in, và tính năng chính của nó là "Automate Time & Work Anywhere".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Flowace

Tải xuống các tệp mở rộng Flowace dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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"                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Flowace Flowace
ID habpbcidbbgjhamlfgeaihpohnmlbjcn
URL Chính Thức https://chromewebstore.google.com/detail/flowace/habpbcidbbgjhamlfgeaihpohnmlbjcn
Mô tả Automate Time & Work Anywhere
Kích Thước Tệp 22.47 KB
Số Lần Cài Đặt 2,814
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2022-05-14
Ngày Phát Hành 2020-08-12
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://flowace.in
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://flowace.in/privacypolicy.pdf
Ngôn Ngữ Được Hỗ Trợ 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
}