Bamboo Bulk

Bamboo Bulk

Adds your working hours all at once for all days in your current BambooHR pay period

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Bamboo Bulk",
  "version": "1.3.0",
  "manifest_version": 3,
  "action": {
    "default_popup": "index.html"
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "css": [
        "content-style.css"
      ],
      "matches": [
        "https://*.bamboohr.com/employees/timesheet/*",
        "https://bamboohr.com/employees/timesheet/*"
      ]
    }
  ]
}