Bamboo HR Timesheet extension

The Bamboo HR Timesheet extension is a powerful tool designed to simplify the process of recording and tracking employee work…

Apa itu Bamboo HR Timesheet extension?

Bamboo HR Timesheet extension adalah ekstensi Chrome yang dikembangkan oleh bogdansanta, dan fitur utamanya adalah "The Bamboo HR Timesheet extension is a powerful tool designed to simplify the process of recording and tracking employee work…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Bamboo HR Timesheet extension

Unduh file ekstensi Bamboo HR Timesheet extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Bamboo HR Timesheet extension Bamboo HR Timesheet extension
ID ndaaeoaapalhdhjfpgfmnajpofkbbijh
URL Resmi https://chromewebstore.google.com/detail/bamboo-hr-timesheet-exten/ndaaeoaapalhdhjfpgfmnajpofkbbijh
Deskripsi The Bamboo HR Timesheet extension is a powerful tool designed to simplify the process of recording and tracking employee work…
Ukuran File 6.2 KB
Jumlah Instalasi 77
Versi Saat Ini 1.1
Terakhir Diperbarui 2023-04-26
Tanggal Publikasi 2023-04-25
Penilaian 5.00/5 Total 2 Penilaian
Pengembang bogdansanta
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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\/*"
            ]
        }
    ]
}