I don't have time for Bamboo

Extensions to help filling Bamboo Timesheet

I don't have time for Bambooคืออะไร?

I don't have time for Bamboo เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jgibo และคุณลักษณะหลักของมันคือ "Extensions to help filling Bamboo Timesheet"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย I don't have time for Bamboo

ดาวน์โหลดไฟล์ส่วนขยาย I don't have time for Bamboo ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        When you really don't have time for Bamboo                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ I don't have time for Bamboo I don't have time for Bamboo
ID ocfjhmgjhfoalcikmangkoleljladdal
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/i-dont-have-time-for-bamb/ocfjhmgjhfoalcikmangkoleljladdal
คำอธิบาย Extensions to help filling Bamboo Timesheet
ขนาดไฟล์ 89.22 KB
จำนวนการติดตั้ง 68
เวอร์ชันปัจจุบัน 1.2.0
อัปเดตครั้งล่าสุด 2022-11-29
วันที่เผยแพร่ 2022-04-16
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา jgibo
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/andresusanto/i-dont-have-time-for-bamboo
ภาษาที่รองรับ 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'"
    }
}