Greythr - In Time Calculator

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

Wat is Greythr - In Time Calculator?

Greythr - In Time Calculator is een Chrome-extensie ontwikkeld door Mazhar Shaikh, en de belangrijkste functie is "Calculate your actual In Time Office hours on .greythr.com".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Greythr - In Time Calculator

Download Greythr - In Time Calculator-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

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

Basisinformatie over de Extensie

Naam Greythr - In Time Calculator Greythr - In Time Calculator
ID pibjjcefimcnabkdhabbbeknndpjedgd
Officiële URL https://chromewebstore.google.com/detail/greythr-in-time-calculato/pibjjcefimcnabkdhabbbeknndpjedgd
Beschrijving Calculate your actual In Time Office hours on .greythr.com
Bestandsgrootte 1.54 MB
Aantal Installaties 37
Huidige Versie 2.2.2
Laatst Bijgewerkt 2019-07-09
Publicatiedatum 2019-07-09
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Mazhar Shaikh
Betalingswijze free
Extensiewebsite https://github.com/z0h4n/crx-in-time-calculator
Help Pagina-URL https://github.com/z0h4n/crx-in-time-calculator
Ondersteunde Talen 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"
        }
    }
}