Microsoft Planner Default

Set default "Group By" view selection in Microsoft Planner and filter by owned Tasks

Microsoft Planner Defaultとは何ですか?

Microsoft Planner DefaultはNikoによって開発されたChromeの拡張機能で、その主な機能は「Set default "Group By" view selection in Microsoft Planner and filter by owned Tasks」です。

拡張機能のスクリーンショット

screenshot

Microsoft Planner Default拡張機能のCRXファイルをダウンロード

Microsoft Planner Default拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This Extension is used for Microsoft Planner. These are the Features:
- Change default "Group By" selection
- automatically filters by owned Tasks
- colorizes each Task based on their first Tag                    

拡張機能の基本情報

名前 Microsoft Planner Default Microsoft Planner Default
ID mceokkniicjipccgflllpdfooidhmcnk
公式URL https://chromewebstore.google.com/detail/microsoft-planner-default/mceokkniicjipccgflllpdfooidhmcnk
説明 Set default "Group By" view selection in Microsoft Planner and filter by owned Tasks
ファイルサイズ 97.59 KB
インストール数 272
現在のバージョン 1.0.0.0
最終更新日 2020-04-19
公開日 2020-04-19
開発者 Niko
支払い方法 free
対応言語 en
manifest.json
{
    "author": "Niko Lucinski",
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "libs\/jquery-3.4.1.min.js",
                "js\/content.js"
            ],
            "matches": [
                "https:\/\/tasks.office.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "Set default \"Group By\" view selection in Microsoft Planner and filter by owned Tasks",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Microsoft Planner Default",
    "permissions": [
        "tabs",
        "https:\/\/tasks.office.com\/*",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0.0"
}