OfficeMA Timesheet Timer

An easy to use cloud based task timer to track your OfficeMA Timesheet tasks directly from Chrome.

OfficeMA Timesheet Timerคืออะไร?

OfficeMA Timesheet Timer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.officema.co.uk และคุณลักษณะหลักของมันคือ "An easy to use cloud based task timer to track your OfficeMA Timesheet tasks directly from Chrome."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OfficeMA Timesheet Timer

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

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

                        This extension enables you to track time spent on tasks directly from Chrome. You need an OfficeMA Timesheet account to use this extension, but don't worry if you don't have an account simply signup free with your Google Account or @ https://www.officema.co.uk/signup.html

OfficeMA Timesheet is a feature rich and powerful multi-user time tracking service, yet it's really easy to use and you can record your time in seconds. Whether you are tracking time just for yourself or for multiple users, give OfficeMA Timesheet a try. 

We know the last thing you want is to waste your time when trying to track time this is why OfficeMA Timesheet makes it really easy to quickly track time spent on tasks. OfficeMA Timesheet even goes beyond time recording, it produces very powerful charts that enables you to visualise your recorded hours in terms of revenue, cost, profit margin, user utilisation and project budget.

Here is what you get with this extension:

- An options page so you can login/signup with Google or set your OfficeMA Timesheet login details.
- Start, pause and save your progress in any of your OfficeMA Timesheet tasks directly from Chrome.
- Go to your OfficeMA Timesheet account by a simple click on a button.
- Hourly reminders when the timer is running or paused.
- Task progress is saved locally so if you can accidentally close Chrome you can start the timer right from where you left it. 
- Once the task is stopped it's then saved to your OfficeMA Timesheet account as a timesheet entry.                    

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

ชื่อ OfficeMA Timesheet Timer OfficeMA Timesheet Timer
ID cgeoeefakhnlmohgklmpkabhgbmflooc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/officema-timesheet-timer/cgeoeefakhnlmohgklmpkabhgbmflooc
คำอธิบาย An easy to use cloud based task timer to track your OfficeMA Timesheet tasks directly from Chrome.
ขนาดไฟล์ 252 KB
จำนวนการติดตั้ง 551
เวอร์ชันปัจจุบัน 1.0.7
อัปเดตครั้งล่าสุด 2015-09-25
วันที่เผยแพร่ 2015-09-25
คะแนน 4.17/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา http://www.officema.co.uk
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.officema.co.uk
URL หน้าช่วยเหลือ http://blog.officema.co.uk/
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/jquery-1.10.2.min.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/16.png",
        "default_popup": "popup.html",
        "default_title": "OfficeMA Timesheet Timer"
    },
    "description": "An easy to use cloud based task timer to track your OfficeMA Timesheet tasks directly from Chrome.",
    "homepage_url": "http:\/\/www.officema.co.uk",
    "icons": {
        "128": "img\/128.png",
        "16": "img\/16.png",
        "48": "img\/48.png"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCEw8j3fWt4ZAJru5mERAOvXu6QXCVFPpEVvdsctRfziDBvsS9tnDYlPKy9npmy8AY7wsSlTr3HcCEwJ8LPQoAz2L\/f\/fpszoG9U8EcSrkse\/dp6braQw5BZ52xyzob+v\/VT12l1rXrfLs8Rf7ZKH7sZZwyl9Mcx1\/WCAnveP+RHwIDAQAB",
    "manifest_version": 2,
    "name": "OfficeMA Timesheet Timer",
    "options_page": "options.html",
    "oauth2": {
        "client_id": "218347693023-nut20fsacduklhr1h0rpfv8an4ek1p04.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "permissions": [
        "identity",
        "identity.email",
        "notifications",
        "storage",
        "alarms",
        "https:\/\/www.officema.co.uk\/OfficeMAWeb\/*"
    ],
    "version": "1.0.7",
    "web_accessible_resources": [
        "img\/48.png"
    ]
}