I don't have time for Bamboo
Extensions to help filling Bamboo Timesheet
Wat is I don't have time for Bamboo?
I don't have time for Bamboo is een Chrome-extensie ontwikkeld door jgibo, en de belangrijkste functie is "Extensions to help filling Bamboo Timesheet".
Extensie Screenshots
Download het CRX-bestand van de extensie I don't have time for Bamboo
Download I don't have time for Bamboo-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
When you really don't have time for Bamboo Basisinformatie over de Extensie
| Naam | |
| ID | ocfjhmgjhfoalcikmangkoleljladdal |
| Officiële URL | https://chromewebstore.google.com/detail/i-dont-have-time-for-bamb/ocfjhmgjhfoalcikmangkoleljladdal |
| Beschrijving | Extensions to help filling Bamboo Timesheet |
| Bestandsgrootte | 89.22 KB |
| Aantal Installaties | 68 |
| Huidige Versie | 1.2.0 |
| Laatst Bijgewerkt | 2022-11-29 |
| Publicatiedatum | 2022-04-16 |
| Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | jgibo |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/andresusanto/i-dont-have-time-for-bamboo |
| Ondersteunde Talen | 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'"
}
} | |