Bamboo HR Timesheet extension
The Bamboo HR Timesheet extension is a powerful tool designed to simplify the process of recording and tracking employee work…
Vad är Bamboo HR Timesheet extension?
Bamboo HR Timesheet extension är en Chrome-tillägg utvecklad av bogdansanta, och dess huvudfunktion är "The Bamboo HR Timesheet extension is a powerful tool designed to simplify the process of recording and tracking employee work…".
Tilläggsskärmbilder
Ladda ner Bamboo HR Timesheet extension-förlängningens CRX-fil
Ladda ner Bamboo HR Timesheet extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        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.                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | ndaaeoaapalhdhjfpgfmnajpofkbbijh | 
| Officiell webbadress | https://chromewebstore.google.com/detail/bamboo-hr-timesheet-exten/ndaaeoaapalhdhjfpgfmnajpofkbbijh | 
| Beskrivning | The Bamboo HR Timesheet extension is a powerful tool designed to simplify the process of recording and tracking employee work… | 
| Filstorlek | 6.2 KB | 
| Antal Installationer | 77 | 
| Aktuell Version | 1.1 | 
| Senast Uppdaterad | 2023-04-26 | 
| Publiceringsdatum | 2023-04-25 | 
| Betyg | 5.00/5 Totalt 2 Betyg | 
| Utvecklare | bogdansanta | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Stödda Språk | 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\/*"
            ]
        }
    ]
}  |  |