Pimp my Unanet Timesheet

A better experience for your unanet timesheet

Cos'è Pimp my Unanet Timesheet?

Pimp my Unanet Timesheet è un'estensione di Chrome sviluppata da Huge inc., e la sua funzione principale è "A better experience for your unanet timesheet".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Pimp my Unanet Timesheet

Scarica i file di estensione Pimp my Unanet Timesheet 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

                                            

Informazioni di Base sull'Estensione

Nome Pimp my Unanet Timesheet Pimp my Unanet Timesheet
ID eapljeojmnfchhalocpaabkoiephhgfe
URL Ufficiale https://chromewebstore.google.com/detail/pimp-my-unanet-timesheet/eapljeojmnfchhalocpaabkoiephhgfe
Descrizione A better experience for your unanet timesheet
Dimensione del File 774 KB
Conteggio Installazioni 32
Versione Corrente 2.4
Ultimo Aggiornamento 2016-11-08
Data di Pubblicazione 2016-11-07
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Huge inc.
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pimp my Unanet Timesheet",
    "short_name": "Pimped Unantet",
    "description": "A better experience for your unanet timesheet",
    "version": "2.4",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "https:\/\/*.unanet.biz\/*",
        "https:\/\/*.honey.is\/*",
        "https:\/\/apis.google.com\/*",
        "https:\/\/www.googleapis.com\/*",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "assets\/js\/background.min.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/hugellc.unanet.biz\/*"
            ],
            "css": [
                "assets\/css\/custom-style.css"
            ],
            "js": [
                "assets\/js\/main.min.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "assets\/fonts\/*",
        "*.png",
        "assets\/js\/page.min.js",
        "assets\/js\/vendor\/squeezebox.min.js",
        "https:\/\/*.honey.is\/*",
        "https:\/\/apis.google.com\/js\/client.js?onload=checkAuth",
        "https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/moment.js\/2.15.2\/moment.min.js"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}