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
官方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'"
    }
}