Log My Hours

Time Tracking & Invoicing Software.

Log My Hoursคืออะไร?

Log My Hours เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://logmyhours.com และคุณลักษณะหลักของมันคือ "Time Tracking & Invoicing Software."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Log My Hours

ดาวน์โหลดไฟล์ส่วนขยาย Log My Hours ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Log time from anywhere with a simple click without leaving the website you are currently visiting. Build reports & invoices later on right on our website at LogMyHours.com

Keyboard Shortcut: Alt+Shift+L

Find any issues or have some amazing suggestions, hit us up at [email protected]

About Log My Hours:

LogMyHours.com was designed around the idea of keeping time tracking simple. We allow you to manage your projects, expenses, invoices and your team with ease. Apply your logged hours to an invoice and with a couple clicks, fire off the invoice to your employer

More Features Coming Soon!
- Support for tools like Trellp, Jira, Clubhouse and more
- Better Timesheet Formatting
- And more                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Log My Hours Log My Hours
ID fkgioakleapnihpimobdhbcdpndejalf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/log-my-hours/fkgioakleapnihpimobdhbcdpndejalf
คำอธิบาย Time Tracking & Invoicing Software.
ขนาดไฟล์ 38.88 KB
จำนวนการติดตั้ง 128
เวอร์ชันปัจจุบัน 0.2
อัปเดตครั้งล่าสุด 2019-03-28
วันที่เผยแพร่ 2019-03-28
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://logmyhours.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Log My Hours",
    "description": "Time Tracking & Invoicing Software.",
    "version": "0.2",
    "author": "Chris Hpopewell",
    "permissions": [
        "webRequest",
        "webRequestBlocking"
    ],
    "web_accessible_resources": [
        "images\/favicon.ico"
    ],
    "content_security_policy": "script-src 'self' https:\/\/*.logmyhours.com; object-src 'self'",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+L"
            }
        }
    },
    "icons": {
        "128": "images\/icon_128px.png",
        "64": "images\/icon_64px.png",
        "48": "images\/icon_48px.png",
        "16": "images\/icon_16px.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "images\/icon_128px.png",
            "64": "images\/icon_64px.png",
            "48": "images\/icon_48px.png",
            "16": "images\/icon_16px.png"
        },
        "default_popup": "popup.html",
        "default_title": "Start a Log My Hours timer"
    }
}