I don't have time for Bamboo
Extensions to help filling Bamboo Timesheet
Apa itu I don't have time for Bamboo?
I don't have time for Bamboo adalah ekstensi Chrome yang dikembangkan oleh jgibo, dan fitur utamanya adalah "Extensions to help filling Bamboo Timesheet".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi I don't have time for Bamboo
Unduh file ekstensi I don't have time for Bamboo 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
When you really don't have time for Bamboo
Informasi Dasar Ekstensi
Nama | I don't have time for Bamboo |
ID | ocfjhmgjhfoalcikmangkoleljladdal |
URL Resmi | https://chromewebstore.google.com/detail/i-dont-have-time-for-bamb/ocfjhmgjhfoalcikmangkoleljladdal |
Deskripsi | Extensions to help filling Bamboo Timesheet |
Ukuran File | 89.22 KB |
Jumlah Instalasi | 68 |
Versi Saat Ini | 1.2.0 |
Terakhir Diperbarui | 2022-11-29 |
Tanggal Publikasi | 2022-04-16 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | jgibo |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/andresusanto/i-dont-have-time-for-bamboo |
Bahasa yang Didukung | 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'" } } |