Project Center Totalize

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

Project Center Totalize là gì?

Project Center Totalize là một tiện ích mở rộng Chrome được phát triển bởi https://blog.devoworx.net, và tính năng chính của nó là "Project Center Totalize calculates the Projects Status and the total number of Projects in Project Center.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Project Center Totalize

Tải xuống các tệp mở rộng Project Center Totalize dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Project Center Totalize Project Center Totalize
ID dkfadihijocjnpdjagliiepkfknodmjo
URL Chính Thức https://chromewebstore.google.com/detail/project-center-totalize/dkfadihijocjnpdjagliiepkfknodmjo
Mô tả Project Center Totalize calculates the Projects Status and the total number of Projects in Project Center.
Kích Thước Tệp 176 KB
Số Lần Cài Đặt 30
Phiên Bản Hiện Tại 0.0.0.6
Cập Nhật Lần Cuối 2017-12-25
Ngày Phát Hành 2017-12-25
Đánh Giá 5.00/5 Tổng số 9 Đánh Giá
Nhà Phát Triển https://blog.devoworx.net
Loại Thanh Toán free
Trang Web Mở Rộng https://blog.devoworx.net/project-center-totalize/
URL Trang Trợ Giúp https://blog.devoworx.net/project-center-totalize/
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
            ]
        }
    ]
}