Bamboo HR Timesheet extension
The Bamboo HR Timesheet extension is a powerful tool designed to simplify the process of recording and tracking employee work…
Was ist Bamboo HR Timesheet extension?
Bamboo HR Timesheet extension ist eine Chrome-Erweiterung, die von bogdansanta entwickelt wurde, und ihr Hauptmerkmal ist "The Bamboo HR Timesheet extension is a powerful tool designed to simplify the process of recording and tracking employee work…".
Erweiterungsscreenshots
Bamboo HR Timesheet extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie Bamboo HR Timesheet extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        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.                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | ndaaeoaapalhdhjfpgfmnajpofkbbijh | 
| Offizielle URL | https://chromewebstore.google.com/detail/bamboo-hr-timesheet-exten/ndaaeoaapalhdhjfpgfmnajpofkbbijh | 
| Beschreibung | The Bamboo HR Timesheet extension is a powerful tool designed to simplify the process of recording and tracking employee work… | 
| Dateigröße | 6.2 KB | 
| Installationsanzahl | 77 | 
| Aktuelle Version | 1.1 | 
| Letztes Update | 2023-04-26 | 
| Veröffentlichungsdatum | 2023-04-25 | 
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen | 
| Entwickler | bogdansanta | 
| [email protected] | |
| Zahlungsart | free | 
| Unterstützte Sprachen | 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\/*"
            ]
        }
    ]
}  |  |