Flowace

Automate Time & Work Anywhere

Flowace란 무엇입니까?

Flowace은(는) https://flowace.in에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automate Time & Work Anywhere"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Flowace 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
}