Flowace
Automate Time & Work Anywhere
什麼是Flowace?
Flowace是由https://flowace.in開發的Chrome擴展程式,該擴展的主要功能是“Automate Time & Work Anywhere”。
擴展截圖
下載Flowace擴展crx文件
下載Flowace擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | habpbcidbbgjhamlfgeaihpohnmlbjcn |
官方網址 | 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 } |