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
Eメール [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'"
    }
}