Project Center Totalize

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

Qu'est-ce que Project Center Totalize ?

Project Center Totalize est une extension Chrome développée par https://blog.devoworx.net, et sa fonction principale est "Project Center Totalize calculates the Projects Status and the total number of Projects in Project Center.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Project Center Totalize

Téléchargez les fichiers d'extension Project Center Totalize au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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/                    

Informations de Base sur l'Extension

Nom Project Center Totalize Project Center Totalize
ID dkfadihijocjnpdjagliiepkfknodmjo
URL Officiel https://chromewebstore.google.com/detail/project-center-totalize/dkfadihijocjnpdjagliiepkfknodmjo
Description Project Center Totalize calculates the Projects Status and the total number of Projects in Project Center.
Taille du Fichier 176 KB
Nombre d'Installations 30
Version Actuelle 0.0.0.6
Dernière Mise à Jour 2017-12-25
Date de Publication 2017-12-25
Évaluation 5.00/5 Total 9 Évaluations
Développeur https://blog.devoworx.net
Type de Paiement free
Site Web de l'Extension https://blog.devoworx.net/project-center-totalize/
URL de la Page d'Aide https://blog.devoworx.net/project-center-totalize/
Langues Prises en Charge 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:\/\/*\/*"
            ]
        }
    ]
}