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 |
Eメール | [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 } |