HP PPM Styler

Style HP Project and Portfolio Management Center

What is HP PPM Styler?

HP PPM Styler is a Chrome extension developed by Mark Thuun, and its main feature is "Style HP Project and Portfolio Management Center".

Extension Screenshots

screenshot

Download HP PPM Styler Extension CRX File

Download HP PPM Styler extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Styling of HP PPM timesheets
Now works on new url.                    

Extension Basic Information

Name HP PPM Styler HP PPM Styler
ID chonpifgnkofeiljgjdmpcggipkjajae
Official URL https://chromewebstore.google.com/detail/hp-ppm-styler/chonpifgnkofeiljgjdmpcggipkjajae
Description Style HP Project and Portfolio Management Center
File Size 47.03 KB
Installation Count 20
Current Version 0.7
Last Updated 2016-04-18
Publish Date 2016-04-18
Rating 5.00/5 Total 2 Ratings
Developer Mark Thuun
Payment Type free
Supported Languages 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
}