Flowace
Automate Time & Work Anywhere
Flowaceคืออะไร?
Flowace เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://flowace.in และคุณลักษณะหลักของมันคือ "Automate Time & Work Anywhere"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Flowace
ดาวน์โหลดไฟล์ส่วนขยาย 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 } |