HP PPM Styler

Style HP Project and Portfolio Management Center

Wat is HP PPM Styler?

HP PPM Styler is een Chrome-extensie ontwikkeld door Mark Thuun, en de belangrijkste functie is "Style HP Project and Portfolio Management Center".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie HP PPM Styler

Download HP PPM Styler-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

                        Styling of HP PPM timesheets
Now works on new url.                    

Basisinformatie over de Extensie

Naam HP PPM Styler HP PPM Styler
ID chonpifgnkofeiljgjdmpcggipkjajae
Officiële URL https://chromewebstore.google.com/detail/hp-ppm-styler/chonpifgnkofeiljgjdmpcggipkjajae
Beschrijving Style HP Project and Portfolio Management Center
Bestandsgrootte 47.03 KB
Aantal Installaties 20
Huidige Versie 0.7
Laatst Bijgewerkt 2016-04-18
Publicatiedatum 2016-04-18
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Mark Thuun
Betalingswijze free
Ondersteunde Talen 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
}