A Chrome extension that helps automate the process of filling Zoho timesheets. The extension automatically fills "09:00" for working days in the first row of your timesheet while intelligently skipping weekends, holidays, and leaves.
- Automatically fills "09:00" for working days in the first row
- Intelligently skips:
- Weekends
- Holidays
- Leave days
- Preserves existing entries (won't overwrite already filled times)
- User-friendly popup interface
- Month selection support
- Visual status updates
Since this extension is not available on the Chrome Web Store, you'll need to install it manually:
- Clone or download this repository
- Open Chrome and navigate to
chrome://extensions/ - Enable "Developer mode" in the top right corner
- Click "Load unpacked"
- Select the directory containing the extension files
- Navigate to your Zoho timesheet page (https://peopleplus.zoho.in)
- Click the extension icon in your Chrome toolbar
- Click "Fill First Row Timesheet"
- Enter the month number (1-12) when prompted
- The extension will automatically:
- Fill "09:00" for working days
- Skip weekends, holidays, and leave days
- Preserve any existing entries
- Show a summary of filled and skipped entries
The extension requires the following permissions:
activeTab: To interact with the timesheet pagescripting: To execute the filling script- Access to
https://peopleplus.zoho.in/*: To work with Zoho's timesheet system
This project is licensed under the MIT License.