I don't have time for Bamboo

Extensions to help filling Bamboo Timesheet

I don't have time for Bamboo là gì?

I don't have time for Bamboo là một tiện ích mở rộng Chrome được phát triển bởi jgibo, và tính năng chính của nó là "Extensions to help filling Bamboo Timesheet".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng I don't have time for Bamboo

Tải xuống các tệp mở rộng I don't have time for Bamboo dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        When you really don't have time for Bamboo                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên I don't have time for Bamboo I don't have time for Bamboo
ID ocfjhmgjhfoalcikmangkoleljladdal
URL Chính Thức https://chromewebstore.google.com/detail/i-dont-have-time-for-bamb/ocfjhmgjhfoalcikmangkoleljladdal
Mô tả Extensions to help filling Bamboo Timesheet
Kích Thước Tệp 89.22 KB
Số Lần Cài Đặt 68
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2022-11-29
Ngày Phát Hành 2022-04-16
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển jgibo
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/andresusanto/i-dont-have-time-for-bamboo
Ngôn Ngữ Được Hỗ Trợ 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'"
    }
}