HERO Timesheet

Log Timesheet Like a HERO

HERO Timesheetคืออะไร?

HERO Timesheet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย VinhBui และคุณลักษณะหลักของมันคือ "Log Timesheet Like a HERO"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Extension to support log timesheet in breeze way for all smartors of SmartOSC company, compliance with latest company's policies.
I value your time, you better using your time to make your code shine or just enjoy your life than count every minute to report timesheet and get punished if you just make a mistake.

The extension made with ❤ and a lot of ☕
Want to say 'Thank you!' to me? Buy me a coffee: https://nhantien.momo.vn/8Gb3CRKbJHN/100000

Features:
- HERO Timesheet Table in dashboard, you can easily tracking timesheet status for every day. We colorize all the records and have short information for each record. You can filter records by month or search for time sheet record by date, status,... just type anything to search field and get the exactly results immediately
- Statistic board show you all important and interesting numbers of each month.
- Report timesheet like a HERO, you can set default values/populate values for ALL fields, never waste any click. Calendar is auto colorized for every working day by timesheet log status and quick information in tooltip. You can easily find out which day need to log timesheet and status of each day.
- Auto select date that has not enough hours logged
- You can configure hours for each project by fixed value or percentage. Drag n Drop to set priority for configured projects.
- Timesheet hours field is auto populated with correctly number of hour left every time you choose a date or/and project. It's truly magical, you never make a mistake when calculating timesheet hour again ;)
- Auto notify to member/supervisor weekly/monthly, can turn on/off or set notification by week days. You will never forget to log timesheet.
- Attendance Report table to report attendance status of whole month, track your monthly performance never be easier.
- You are a dev and want to make your code shine? Yes, i do create some callback functions in extension options, you can extend the extension feature by your talent.

Now, let's log timesheet like a HERO and never make a mistake again ;)                    

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

ชื่อ HERO Timesheet HERO Timesheet
ID hcbgodemhhgbpgfokloaedfobjfnjbcp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hero-timesheet/hcbgodemhhgbpgfokloaedfobjfnjbcp
คำอธิบาย Log Timesheet Like a HERO
ขนาดไฟล์ 279 KB
จำนวนการติดตั้ง 243
เวอร์ชันปัจจุบัน 1.4.7
อัปเดตครั้งล่าสุด 2021-11-23
วันที่เผยแพร่ 2020-06-14
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา VinhBui
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HERO Timesheet",
    "version": "1.4.7",
    "description": "Log Timesheet Like a HERO",
    "permissions": [
        "storage",
        "notifications"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png"
        },
        "default_title": "Log Timesheet Like a HERO"
    },
    "icons": {
        "16": "images\/get_started16.png",
        "32": "images\/get_started32.png",
        "48": "images\/get_started48.png",
        "128": "images\/get_started128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/people.smartosc.com\/*",
                "https:\/\/people.zoho.com\/*"
            ],
            "css": [
                "css\/styles.css",
                "css\/datatables.css"
            ],
            "js": [
                "js\/jquery-3.6.0.min.js",
                "js\/jquery.cookie.js",
                "js\/datatables.min.js",
                "js\/dataTables.bootstrap.min.js",
                "js\/contentScript.min.js"
            ],
            "all_frames": false
        }
    ],
    "options_page": "options.html",
    "manifest_version": 2,
    "web_accessible_resources": [
        "images\/momo.png",
        "options.html"
    ]
}