Hours Calculator Extension
This ADP-compatible extension calculates the clock-out time for individuals seeking to achieve a certain amount of daily hours.…
What is Hours Calculator Extension?
Hours Calculator Extension is a Chrome extension developed by Unknown, and its main feature is "This ADP-compatible extension calculates the clock-out time for individuals seeking to achieve a certain amount of daily hours.…".
Extension Screenshots
Download Hours Calculator Extension Extension CRX File
Download Hours Calculator Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Hours Calculator Extension |
ID | pmlkahilhhebcglppiafaoddnpccjakc |
Official URL | https://chromewebstore.google.com/detail/hours-calculator-extensio/pmlkahilhhebcglppiafaoddnpccjakc |
Description | This ADP-compatible extension calculates the clock-out time for individuals seeking to achieve a certain amount of daily hours.… |
File Size | 138 KB |
Installation Count | 14 |
Current Version | 4.0 |
Last Updated | 2017-07-14 |
Publish Date | 2017-07-14 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | 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 } } |