Bamboo HR Timesheet extension
The Bamboo HR Timesheet extension is a powerful tool designed to simplify the process of recording and tracking employee work…
什么是Bamboo HR Timesheet extension?
Bamboo HR Timesheet extension是由bogdansanta开发的Chrome扩展程序,该扩展的主要功能是“The Bamboo HR Timesheet extension is a powerful tool designed to simplify the process of recording and tracking employee work…”。
扩展截图
下载Bamboo HR Timesheet extension扩展crx文件
下载Bamboo HR Timesheet extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        The Bamboo HR Timesheet extension is a powerful tool designed to simplify the process of recording and tracking employee work hours. With this extension, users can easily and quickly insert their time into the timesheet, providing a seamless and efficient way to manage their work schedules.                     扩展基本信息
| 名称 |   |  
| ID | ndaaeoaapalhdhjfpgfmnajpofkbbijh | 
| 官方URL | https://chromewebstore.google.com/detail/bamboo-hr-timesheet-exten/ndaaeoaapalhdhjfpgfmnajpofkbbijh | 
| 简介 | The Bamboo HR Timesheet extension is a powerful tool designed to simplify the process of recording and tracking employee work… | 
| 文件大小 | 6.2 KB | 
| 安装次数 | 77 | 
| 当前版本 | 1.1 | 
| 更新时间 | 2023-04-26 | 
| 上架时间 | 2023-04-25 | 
| 评分 | 5.00/5 共2次评分 | 
| 开发者 | bogdansanta | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 支持的语言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bamboo HR Timesheet extension",
    "version": "1.1",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.bamboohr.com\/employees\/timesheet\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "inject.js"
            ],
            "matches": [
                "*:\/\/*.bamboohr.com\/*"
            ]
        }
    ]
}  |  |