Hours Calculator Extension

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

Wat is Hours Calculator Extension?

Hours Calculator Extension is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "This ADP-compatible extension calculates the clock-out time for individuals seeking to achieve a certain amount of daily hours.…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Hours Calculator Extension

Download Hours Calculator Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Hours Calculator Extension Hours Calculator Extension
ID pmlkahilhhebcglppiafaoddnpccjakc
Officiële URL https://chromewebstore.google.com/detail/hours-calculator-extensio/pmlkahilhhebcglppiafaoddnpccjakc
Beschrijving This ADP-compatible extension calculates the clock-out time for individuals seeking to achieve a certain amount of daily hours.…
Bestandsgrootte 138 KB
Aantal Installaties 14
Huidige Versie 4.0
Laatst Bijgewerkt 2017-07-14
Publicatiedatum 2017-07-14
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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
    }
}