WebExtension.net
WebExtension.net

Microsoft Single Sign On

View on Chrome Web Store
View Microsoft Single Sign On Chrome Extension on Chrome Web Store
2.6 (695 ratings)
1 new ratings

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Sign in to supported websites with your Microsoft work or school accounts on Windows and macOS platforms.
Type
Extension
Users
34,000,000 users
Microsoft
View author page of Microsoft
Published
Published on January 31, 2017
Version 1.0.11
Manifest version
3
Updated
Updated on August 1, 2024
View on Chrome Web Store
View Microsoft Single Sign On Chrome Extension on Chrome Web Store
productivity/workflow
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Microsoft Single Sign On",
    "description": "Sign in to supported websites with your Microsoft work or school accounts on Windows and macOS platforms.",
    "version": "1.0.11",
    "action": {
        "default_icon": {
            "16": "windows16.png",
            "48": "windows48.png",
            "128": "windows128.png"
        },
        "default_title": "Sign in to websites with accounts on Windows and macOS"
    },
    "icons": {
        "16": "windows16.png",
        "48": "windows48.png",
        "128": "windows128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": {
        "default-src": "none",
        "script-src": "self",
        "base-uri": "none",
        "form-action": "none"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "nativeMessaging"
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top