myhours
Track your time on myhours.com
myhoursคืออะไร?
myhours เป็นส่วนขยายของ Chrome ที่พัฒนาโดย h3nn3s และคุณลักษณะหลักของมันคือ "Track your time on myhours.com"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย myhours
ดาวน์โหลดไฟล์ส่วนขยาย myhours ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension adds a toolbar button to easily log time into your myhours account from anywhere. This project is community-maintained and not affiliated with myhours in any way. Use it at your own risk and don"t expect professional support.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | myhours |
ID | jimjpncmiopffcffpnollbbahpmpomfd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/myhours/jimjpncmiopffcffpnollbbahpmpomfd |
คำอธิบาย | Track your time on myhours.com |
ขนาดไฟล์ | 449 KB |
จำนวนการติดตั้ง | 103 |
เวอร์ชันปัจจุบัน | 0.2.0 |
อัปเดตครั้งล่าสุด | 2023-05-18 |
วันที่เผยแพร่ | 2022-08-28 |
ผู้พัฒนา | h3nn3s |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/Johennes/myhours-browser-extension |
URL หน้าช่วยเหลือ | https://github.com/Johennes/myhours-browser-extension |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "myhours", "description": "Track your time on myhours.com", "version": "0.2.0", "icons": { "48": "icon-48.3de2d344.png", "96": "icon-96.2c199a2b.png", "128": "icon-128.be150b7e.png", "256": "icon-256.4d84fe33.png" }, "action": { "browser_style": true, "default_icon": { "16": "icon-16.519372c7.png", "32": "icon-32.b48cb7dc.png", "48": "icon-48.3de2d344.png", "96": "icon-96.2c199a2b.png", "128": "icon-128.be150b7e.png", "256": "icon-256.4d84fe33.png" }, "default_title": "Track time on myhours", "default_popup": "Popup.364affa5.html" }, "options_ui": { "page": "Options.227ac7d7.html" }, "permissions": [ "storage" ], "host_permissions": [ "*:\/\/api2.myhours.com\/api\/*" ] } |