Hours Calculator Extension

This ADP-compatible extension calculates the clock-out time for individuals seeking to achieve a certain amount of daily hours.…

Hours Calculator Extensionとは何ですか?

Hours Calculator ExtensionはUnknownによって開発されたChromeの拡張機能で、その主な機能は「This ADP-compatible extension calculates the clock-out time for individuals seeking to achieve a certain amount of daily hours.…」です。

拡張機能のスクリーンショット

screenshot

Hours Calculator Extension拡張機能のCRXファイルをダウンロード

Hours Calculator Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This ADP-compatible extension calculates the clock-out time for individuals seeking to achieve a certain amount of daily hours. Accounts for lunch breaks. Compatible only with ADP.                    

拡張機能の基本情報

名前 Hours Calculator Extension Hours Calculator Extension
ID pmlkahilhhebcglppiafaoddnpccjakc
公式URL https://chromewebstore.google.com/detail/hours-calculator-extensio/pmlkahilhhebcglppiafaoddnpccjakc
説明 This ADP-compatible extension calculates the clock-out time for individuals seeking to achieve a certain amount of daily hours.…
ファイルサイズ 138 KB
インストール数 14
現在のバージョン 4.0
最終更新日 2017-07-14
公開日 2017-07-14
評価 5.00/5 合計 3 レビュー
開発者 Unknown
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hours Calculator Extension",
    "short_name": "HoursCalc",
    "version": "4.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/workforcenow.adp.com\/*"
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "content.js"
            ]
        }
    ],
    "page_action": {
        "default_icon": "doge.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}