Greythr - In Time Calculator

Calculate your actual In Time Office hours on .greythr.com

Was ist Greythr - In Time Calculator?

Greythr - In Time Calculator ist eine Chrome-Erweiterung, die von Mazhar Shaikh entwickelt wurde, und ihr Hauptmerkmal ist "Calculate your actual In Time Office hours on .greythr.com".

Erweiterungsscreenshots

screenshot

Greythr - In Time Calculator-Erweiterungs-CRX-Datei herunterladen

Laden Sie Greythr - In Time Calculator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        A chrome extension for calculating your office hours in real time if your company tracks attendance using .greythr.com                    

Grundlegende Informationen zur Erweiterung

Name Greythr - In Time Calculator Greythr - In Time Calculator
ID pibjjcefimcnabkdhabbbeknndpjedgd
Offizielle URL https://chromewebstore.google.com/detail/greythr-in-time-calculato/pibjjcefimcnabkdhabbbeknndpjedgd
Beschreibung Calculate your actual In Time Office hours on .greythr.com
Dateigröße 1.54 MB
Installationsanzahl 37
Aktuelle Version 2.2.2
Letztes Update 2019-07-09
Veröffentlichungsdatum 2019-07-09
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler Mazhar Shaikh
Zahlungsart free
Erweiterungswebsite https://github.com/z0h4n/crx-in-time-calculator
Hilfeseite URL https://github.com/z0h4n/crx-in-time-calculator
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Greythr - In Time Calculator",
    "description": "Calculate your actual In Time Office hours on .greythr.com",
    "version": "2.2.2",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "exclude_matches": [
                "https:\/\/*.greythr.com\/login.do*",
                "https:\/\/www.greythr.com\/*"
            ],
            "matches": [
                "https:\/\/*.greythr.com\/*"
            ],
            "js": [
                "polyfill\/custom-elements.min.js",
                "app.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        "*"
    ],
    "icons": {
        "16": "16.png",
        "24": "24.png",
        "32": "32.png",
        "128": "128.png"
    },
    "page_action": {
        "default_icon": {
            "16": "16.png",
            "24": "24.png",
            "32": "32.png"
        }
    }
}