I don't have time for Bamboo
Extensions to help filling Bamboo Timesheet
What is I don't have time for Bamboo?
I don't have time for Bamboo is a Chrome extension developed by jgibo, and its main feature is "Extensions to help filling Bamboo Timesheet".
Extension Screenshots
Download I don't have time for Bamboo Extension CRX File
Download I don't have time for Bamboo 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
When you really don't have time for Bamboo
Extension Basic Information
Name | I don't have time for Bamboo |
ID | ocfjhmgjhfoalcikmangkoleljladdal |
Official URL | https://chromewebstore.google.com/detail/i-dont-have-time-for-bamb/ocfjhmgjhfoalcikmangkoleljladdal |
Description | Extensions to help filling Bamboo Timesheet |
File Size | 89.22 KB |
Installation Count | 68 |
Current Version | 1.2.0 |
Last Updated | 2022-11-29 |
Publish Date | 2022-04-16 |
Rating | 5.00/5 Total 3 Ratings |
Developer | jgibo |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/andresusanto/i-dont-have-time-for-bamboo |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "I don't have time for Bamboo", "description": "Extensions to help filling Bamboo Timesheet", "version": "1.2.0", "action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.bamboohr.com\/employees\/timesheet*" ], "js": [ "js\/vendor.js", "js\/content_script.js" ] } ], "background": { "service_worker": "js\/background.js" }, "permissions": [ "webRequest" ], "host_permissions": [ "https:\/\/*.bamboohr.com\/*" ], "content_security_policy": { "extension_page": "script-src 'unsafe-inline'" } } |