Apps4.Pro PlannerGantt

Loads Microsoft Planner plans and tasks in Gantt to visualize tasks in sequence.

Apps4.Pro PlannerGantt क्या है?

Apps4.Pro PlannerGantt http://www.apps4.pro द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Loads Microsoft Planner plans and tasks in Gantt to visualize tasks in sequence."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Apps4.Pro PlannerGantt एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Apps4.Pro Planner Gantt extends Office 365 Planner to manage Plans and its tasks effeciently. 
 
Once you install this extension, from the Office 365 Planner, you can
- Export / Import Planner tasks from Excel
- Create new plan and manage tasks from Gantt chart
- Create Task dependencies from Gantt
- Monitor Plans progress using Burndown Chart 
- Create Custom Fields for Planner tasks
- Create Sub tasks                    

एक्सटेंशन की मूल जानकारी

नाम Apps4.Pro PlannerGantt Apps4.Pro PlannerGantt
ID ngdpmomdappgkebiakppbccncaoicmgb
आधिकारिक URL https://chrome.google.com/webstore/detail/apps4pro-plannergantt/ngdpmomdappgkebiakppbccncaoicmgb
विवरण Loads Microsoft Planner plans and tasks in Gantt to visualize tasks in sequence.
फ़ाइल का आकार 3.83 MB
स्थापना संख्या 4,553
वर्तमान संस्करण 2.0.0.1
अंतिम अपडेट 2020-02-19
प्रकाशन तिथि 2020-02-19
रेटिंग 4.53/5 कुल 15 रेटिंग्स
डेवलपर http://www.apps4.pro
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://apps4.pro/office365-planner-addin-gantt-chart.aspx
सहायता पृष्ठ URL https://www.yammer.com/apps4pro
गोपनीयता नीति पृष्ठ URL https://apps4.pro/privacy-policy.aspx
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Apps4.Pro PlannerGantt",
    "short_name": "Apps4.Pro PlannerGantt",
    "version": "2.0.0.1",
    "description": "Loads Microsoft Planner plans and tasks in Gantt to visualize tasks in sequence.",
    "background": {
        "page": "index.html#\/background-page",
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "assets\/jquery.min.js",
                "assets\/gantt_content.js"
            ],
            "matches": [
                "https:\/\/tasks.office.com\/*"
            ],
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_title": "Apps4.Pro PlannerGantt"
    },
    "icons": {
        "19": "assets\/gantt-19.png",
        "48": "assets\/gantt-48.png"
    },
    "permissions": [
        "cookies",
        "*:\/\/*.tasks.office.com\/"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/planner-gantt.apps4.pro\/*"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ajax.googleapis.com; object-src 'self'",
    "web_accessible_resources": [
        "assets\/jquery.min.js",
        "assets\/gantt_content.js",
        "assets\/planner_web.js",
        "assets\/import.png",
        "assets\/file_export.png",
        "assets\/gantt_view.png",
        "index.html",
        "inline.151f952f5e690db69811.bundle.js",
        "main.5005eb52c602a444699a.bundle.js",
        "polyfills.19687ef427b6460b82ba.bundle.js",
        "styles.4827acc5a8c62ef7d113.bundle.css"
    ]
}