Project Center Totalize

Project Center Totalize calculates the Projects Status and the total number of Projects in Project Center.

什么是Project Center Totalize?

Project Center Totalize是由https://blog.devoworx.net开发的Chrome扩展程序,该扩展的主要功能是“Project Center Totalize calculates the Projects Status and the total number of Projects in Project Center.”。

扩展截图

screenshot

下载Project Center Totalize扩展crx文件

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

扩展使用说明

                        Project Center Totalize is a free google extension that calculates the projects status and the number of total projects in Project Center.(Developed By Mohamed elQassas)

- It Supports Arabic and English MUI.
- It is designed to support 
 - Project Server 2016 (Tested).
 - Project Server 2013 (Tested).
 - Project Online (Supported).
- It calculates the total projects based on the Filter & Group settings.
- Additionally, based on the Project Start and End date, it calculates project's status 
 - Not Started.
 - In Progress.
 - Finished.

For more details check https://blog.devoworx.net/project-center-totalize/                    

扩展基本信息

名称 Project Center Totalize Project Center Totalize
ID dkfadihijocjnpdjagliiepkfknodmjo
官方URL https://chromewebstore.google.com/detail/project-center-totalize/dkfadihijocjnpdjagliiepkfknodmjo
简介 Project Center Totalize calculates the Projects Status and the total number of Projects in Project Center.
文件大小 176 KB
安装次数 30
当前版本 0.0.0.6
更新时间 2017-12-25
上架时间 2017-12-25
评分 5.00/5 共9次评分
开发者 https://blog.devoworx.net
付费类型 free
扩展官网 https://blog.devoworx.net/project-center-totalize/
帮助页面URL https://blog.devoworx.net/project-center-totalize/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Project Center Totalize",
    "description": "Project Center Totalize calculates the Projects Status and the total number of Projects in Project Center.",
    "short_name": "PS Totalize",
    "version": "0.0.0.6",
    "homepage_url": "https:\/\/blog.devoworx.net\/project-center-totalize\/",
    "icons": {
        "48": "Project-icon48.png",
        "128": "Project-icon128.png"
    },
    "permissions": [
        "tabs",
        ""
    ],
    "browser_action": {
        "default_icon": "Project-icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "jquery-3.2.1.min.js",
                "Chart.js",
                "ChartLabel.js",
                "moment.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}