Bamboo HR Timesheet extension
The Bamboo HR Timesheet extension is a powerful tool designed to simplify the process of recording and tracking employee work…
What is Bamboo HR Timesheet extension?
Bamboo HR Timesheet extension is a Chrome extension developed by bogdansanta, and its main feature is "The Bamboo HR Timesheet extension is a powerful tool designed to simplify the process of recording and tracking employee work…".
Extension Screenshots
Download Bamboo HR Timesheet extension Extension CRX File
Download Bamboo HR Timesheet extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
The Bamboo HR Timesheet extension is a powerful tool designed to simplify the process of recording and tracking employee work hours. With this extension, users can easily and quickly insert their time into the timesheet, providing a seamless and efficient way to manage their work schedules.
Extension Basic Information
Name | Bamboo HR Timesheet extension |
ID | ndaaeoaapalhdhjfpgfmnajpofkbbijh |
Official URL | https://chromewebstore.google.com/detail/bamboo-hr-timesheet-exten/ndaaeoaapalhdhjfpgfmnajpofkbbijh |
Description | The Bamboo HR Timesheet extension is a powerful tool designed to simplify the process of recording and tracking employee work… |
File Size | 6.2 KB |
Installation Count | 77 |
Current Version | 1.1 |
Last Updated | 2023-04-26 |
Publish Date | 2023-04-25 |
Rating | 5.00/5 Total 2 Ratings |
Developer | bogdansanta |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bamboo HR Timesheet extension", "version": "1.1", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/*.bamboohr.com\/employees\/timesheet\/*" ], "js": [ "content.js" ], "run_at": "document_idle" } ], "web_accessible_resources": [ { "resources": [ "inject.js" ], "matches": [ "*:\/\/*.bamboohr.com\/*" ] } ] } |