The R Shift system is a shift management platform commonly used by companies in Japan to manage part-time workers’ schedules. This extension helps users save time by automating the process of transferring shifts to their personal calendar.
The R Shift system is a shift management platform commonly used by companies in Japan to manage part-time workers’ schedules. This extension helps users save time by automating the process of transferring shifts to their personal calendar.
- ✅ Automatically detects your shift schedule on the R Shift webpage.
- ✅ Authenticates with your Google account securely.
- ✅ Exports your shifts to Google Calendar with one click.
- Download the repository as a
.zip
file and extract it to a folder. - Open Google Chrome and go to
chrome://extensions/
. - Enable Developer mode (top right corner).
- Click Load unpacked and select the folder where you extracted the extension.
- In the file
manifest.json
, replace client_id with your Google client_id. Follow Google Client ID Guide for step-by-step instructions.
- identity: Used for authenticating with your Google account.
- activeTab and scripting: Required to read shift data from the current webpage.
- calendar.events scope: Used to create calendar events.
This extension is not affiliated with or officially supported by the R Shift system or Google.
MIT License