Microsoft Planner Default

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

Wat is Microsoft Planner Default?

Microsoft Planner Default is een Chrome-extensie ontwikkeld door Niko, en de belangrijkste functie is "Set default "Group By" view selection in Microsoft Planner and filter by owned Tasks".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Microsoft Planner Default

Download Microsoft Planner Default-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Microsoft Planner Default Microsoft Planner Default
ID mceokkniicjipccgflllpdfooidhmcnk
Officiële URL https://chromewebstore.google.com/detail/microsoft-planner-default/mceokkniicjipccgflllpdfooidhmcnk
Beschrijving Set default "Group By" view selection in Microsoft Planner and filter by owned Tasks
Bestandsgrootte 97.59 KB
Aantal Installaties 272
Huidige Versie 1.0.0.0
Laatst Bijgewerkt 2020-04-19
Publicatiedatum 2020-04-19
Ontwikkelaar Niko
Betalingswijze free
Ondersteunde Talen 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"
}