HP PPM Styler

Style HP Project and Portfolio Management Center

什么是HP PPM Styler?

HP PPM Styler是由Mark Thuun开发的Chrome扩展程序,该扩展的主要功能是“Style HP Project and Portfolio Management Center”。

扩展截图

screenshot

下载HP PPM Styler扩展crx文件

下载HP PPM Styler扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Styling of HP PPM timesheets
Now works on new url.                    

扩展基本信息

名称 HP PPM Styler HP PPM Styler
ID chonpifgnkofeiljgjdmpcggipkjajae
官方URL https://chromewebstore.google.com/detail/hp-ppm-styler/chonpifgnkofeiljgjdmpcggipkjajae
简介 Style HP Project and Portfolio Management Center
文件大小 47.03 KB
安装次数 20
当前版本 0.7
更新时间 2016-04-18
上架时间 2016-04-18
评分 5.00/5 共2次评分
开发者 Mark Thuun
付费类型 free
支持的语言 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
}