Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"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\/*"
]
}
]
}