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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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:\/\/*\/*"
            ]
        }
    ]
}