Greythr - In Time Calculator

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

Cos'è Greythr - In Time Calculator?

Greythr - In Time Calculator è un'estensione di Chrome sviluppata da Mazhar Shaikh, e la sua funzione principale è "Calculate your actual In Time Office hours on .greythr.com".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Greythr - In Time Calculator

Scarica i file di estensione Greythr - In Time Calculator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Greythr - In Time Calculator Greythr - In Time Calculator
ID pibjjcefimcnabkdhabbbeknndpjedgd
URL Ufficiale https://chromewebstore.google.com/detail/greythr-in-time-calculato/pibjjcefimcnabkdhabbbeknndpjedgd
Descrizione Calculate your actual In Time Office hours on .greythr.com
Dimensione del File 1.54 MB
Conteggio Installazioni 37
Versione Corrente 2.2.2
Ultimo Aggiornamento 2019-07-09
Data di Pubblicazione 2019-07-09
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Mazhar Shaikh
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/z0h4n/crx-in-time-calculator
URL della Pagina di Aiuto https://github.com/z0h4n/crx-in-time-calculator
Lingue Supportate 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"
        }
    }
}