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是由jgibo開發的Chrome擴展程式,該擴展的主要功能是“Extensions to help filling Bamboo Timesheet”。

擴展截圖

screenshot

下載I don't have time for Bamboo擴展crx文件

下載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
官方網址 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'"
    }
}