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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة I don't have time for Bamboo
قم بتنزيل ملفات الامتداد I don't have time for Bamboo بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
                        When you really 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'"
    }
}  |  |