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开发的Chrome扩展程序,该扩展的主要功能是“Loads Microsoft Planner plans and tasks in Gantt to visualize tasks in sequence.”。
扩展截图
下载Apps4.Pro PlannerGantt扩展crx文件
下载Apps4.Pro PlannerGantt扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | |
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" ] } |