Microsoft Planner Default
Set default "Group By" view selection in Microsoft Planner and filter by owned Tasks
What is Microsoft Planner Default?
Microsoft Planner Default is a Chrome extension developed by Niko, and its main feature is "Set default "Group By" view selection in Microsoft Planner and filter by owned Tasks".
Extension Screenshots
Download Microsoft Planner Default Extension CRX File
Download Microsoft Planner Default extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Microsoft Planner Default |
ID | mceokkniicjipccgflllpdfooidhmcnk |
Official URL | https://chromewebstore.google.com/detail/microsoft-planner-default/mceokkniicjipccgflllpdfooidhmcnk |
Description | Set default "Group By" view selection in Microsoft Planner and filter by owned Tasks |
File Size | 97.59 KB |
Installation Count | 272 |
Current Version | 1.0.0.0 |
Last Updated | 2020-04-19 |
Publish Date | 2020-04-19 |
Developer | Niko |
Payment Type | free |
Supported Languages | 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" } |