Apps4.Pro PlannerManager

Helps you to Export / Import tasks to Excel from Microsoft Planner

Apps4.Pro PlannerManagerคืออะไร?

Apps4.Pro PlannerManager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.apps4.pro และคุณลักษณะหลักของมันคือ "Helps you to Export / Import tasks to Excel from Microsoft Planner"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Apps4.Pro PlannerManager

ดาวน์โหลดไฟล์ส่วนขยาย Apps4.Pro PlannerManager ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Apps4.Pro Planner Manager with Microsoft Office365 Planner and perform following actions:

• Archive completed plans in Microsoft Planner
• Generate tasks and statistics report from multiple plans.
• Create new task, update and delete tasks.
• Create custom fields and update custom fields in individual tasks.
• Create new plan, update plan, add bulk members from CSV or Excel and copy members
between Plans (Group).
• Export tasks from multiple plans.
• Import tasks to new plan in new group / new plan in existing group / existing plan.
• Import tasks includes User assignments, Checklist, Attachments, Comments, Custom Fields, Task Dependencies, WBS and other common fields.
• Copy task’s attachment file from old plan’s group to new plan’s group.
• Bulk update existing tasks using Excel.
• One Drive Backup: You can configure automated schedule job to backup tasks in One Drive storage.


User Guide: http://cdn.jijitechnologies.com/docs/apps4pro-planner-manager-chrome-extension-user-guide.pdf

User guide to archive plans - https://cdn.jijitechnologies.com/docs/apps4pro-archive-plans-user-manual.pdf                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Apps4.Pro PlannerManager Apps4.Pro PlannerManager
ID fjaljghippleoeckmpadcgofdbpcmdnd
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/apps4pro-plannermanager/fjaljghippleoeckmpadcgofdbpcmdnd
คำอธิบาย Helps you to Export / Import tasks to Excel from Microsoft Planner
ขนาดไฟล์ 3.85 MB
จำนวนการติดตั้ง 1,917
เวอร์ชันปัจจุบัน 1.1.4.8
อัปเดตครั้งล่าสุด 2021-04-21
วันที่เผยแพร่ 2020-03-16
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา http://www.apps4.pro
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://apps4.pro/planner-manager/
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 PlannerManager",
    "short_name": "Apps4.Pro PlannerManager",
    "version": "1.1.4.8",
    "description": "Helps you to Export \/ Import tasks to Excel from Microsoft Planner",
    "background": {
        "page": "index.html#\/background-page",
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "assets\/jquery.min.js",
                "assets\/planner_manager_content.js"
            ],
            "matches": [
                "https:\/\/tasks.office.com\/*"
            ],
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_title": "Apps4.Pro PlannerManager"
    },
    "icons": {
        "128": "assets\/apps4pro-128.png",
        "19": "assets\/apps4pro-19.png",
        "48": "assets\/apps4pro-48.png"
    },
    "permissions": [
        "cookies",
        "*:\/\/*.tasks.office.com\/",
        "https:\/\/login.microsoftonline.com\/",
        "https:\/\/graph.microsoft.com\/",
        "*:\/\/*.sharepoint.com\/"
    ],
    "externally_connectable": {
        "ids": [
            "bfdmclbcbfdncbmnipeceoaopdnnilno"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ajax.googleapis.com; object-src 'self'",
    "web_accessible_resources": [
        "assets\/jquery.min.js",
        "assets\/planner_manager_content.js",
        "assets\/planner_web.js",
        "assets\/import.png",
        "assets\/file_export.png",
        "index.html",
        "inline.151f952f5e690db69811.bundle.js",
        "main.5005eb52c602a444699a.bundle.js",
        "polyfills.19687ef427b6460b82ba.bundle.js",
        "styles.4827acc5a8c62ef7d113.bundle.css"
    ]
}