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 |
官方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 } |