HP PPM Styler

Style HP Project and Portfolio Management Center

Cos'è HP PPM Styler?

HP PPM Styler è un'estensione di Chrome sviluppata da Mark Thuun, e la sua funzione principale è "Style HP Project and Portfolio Management Center".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione HP PPM Styler

Scarica i file di estensione HP PPM Styler 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

                        Styling of HP PPM timesheets
Now works on new url.                    

Informazioni di Base sull'Estensione

Nome HP PPM Styler HP PPM Styler
ID chonpifgnkofeiljgjdmpcggipkjajae
URL Ufficiale https://chromewebstore.google.com/detail/hp-ppm-styler/chonpifgnkofeiljgjdmpcggipkjajae
Descrizione Style HP Project and Portfolio Management Center
Dimensione del File 47.03 KB
Conteggio Installazioni 20
Versione Corrente 0.7
Ultimo Aggiornamento 2016-04-18
Data di Pubblicazione 2016-04-18
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Mark Thuun
Tipo di Pagamento free
Lingue Supportate da
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HP PPM Styler",
    "description": "Style HP Project and Portfolio Management Center",
    "version": "0.7",
    "permissions": [
        "tabs",
        ""
    ],
    "page_action": {
        "default_icon": {
            "19": "icon19.png"
        },
        "default_title": "HP PPM Styler",
        "default_popup": "settings.html"
    },
    "background": {
        "scripts": [
            "jquery.min.js",
            "background.js",
            "hppm.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon16.png",
        "20": "icon20.png",
        "24": "icon24.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}