Bamboo HR Timesheet extension
The Bamboo HR Timesheet extension is a powerful tool designed to simplify the process of recording and tracking employee work…
Wat is Bamboo HR Timesheet extension?
Bamboo HR Timesheet extension is een Chrome-extensie ontwikkeld door bogdansanta, en de belangrijkste functie is "The Bamboo HR Timesheet extension is a powerful tool designed to simplify the process of recording and tracking employee work…".
Extensie Screenshots
Download het CRX-bestand van de extensie Bamboo HR Timesheet extension
Download Bamboo HR Timesheet extension-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
                        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.                     Basisinformatie over de Extensie
| Naam |   |  
| ID | ndaaeoaapalhdhjfpgfmnajpofkbbijh | 
| Officiële URL | https://chromewebstore.google.com/detail/bamboo-hr-timesheet-exten/ndaaeoaapalhdhjfpgfmnajpofkbbijh | 
| Beschrijving | The Bamboo HR Timesheet extension is a powerful tool designed to simplify the process of recording and tracking employee work… | 
| Bestandsgrootte | 6.2 KB | 
| Aantal Installaties | 77 | 
| Huidige Versie | 1.1 | 
| Laatst Bijgewerkt | 2023-04-26 | 
| Publicatiedatum | 2023-04-25 | 
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen | 
| Ontwikkelaar | bogdansanta | 
| [email protected] | |
| Betalingswijze | free | 
| Ondersteunde Talen | 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\/*"
            ]
        }
    ]
}  |  |