My Apps Secure Sign-in Extension

My Apps Secure Sign-in Extension

My Apps Secure Sign-in Extensionとは何ですか?

My Apps Secure Sign-in ExtensionはMicrosoftによって開発されたChromeの拡張機能で、その主な機能は「My Apps Secure Sign-in Extension」です。

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

screenshot

My Apps Secure Sign-in Extension拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension is required for both App Proxy link translation and application password-based single sign-on. It may also be optionally used to launch the My Apps portal to search the applications you have access to.
With this extension you can: 

• Sign into password-based single sign-on applications- both directly from the application's login page and from the My Apps portal 
• Access internal company URLs while remote
• Launch into the My Apps portal to search across the applications you have access to

Learn more:
• App proxy link translation: https://learn.microsoft.com/en-us/entra/identity/app-proxy/application-proxy-configure-hard-coded-link-translation
• Password-based single sign-on: https://learn.microsoft.com/en-us/entra/identity/enterprise-apps/configure-password-single-sign-on-non-gallery-applications
• My Apps portal: https://learn.microsoft.com/en-us/entra/identity/enterprise-apps/myapps-overview

THIRD-PARTY SOFTWARE NOTICES AND INFORMATION
This software is based on or incorporates material from the projects listed below (collectively, "Third Party Code").
Microsoft is not the original author of the Third Party Code.
The original copyright notice and license, under which Microsoft received such Third Party Code, are set forth below.
Microsoft reserves all rights not expressly granted herein, whether by implication, estoppel or otherwise. 

JavaScript Zlib Library
Copyright (c) 2012 imaya

The MIT License

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

JavaScript autoComplete v1.0.4
Copyright (c) 2014 Simon Steinberger / Pixabay

The MIT License

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.                    

拡張機能の基本情報

名前 My Apps Secure Sign-in Extension My Apps Secure Sign-in Extension
ID ggjhpefgjjfobnfoldnjipclpcfbgbhl
公式URL https://chromewebstore.google.com/detail/my-apps-secure-sign-in-ex/ggjhpefgjjfobnfoldnjipclpcfbgbhl
説明 My Apps Secure Sign-in Extension
ファイルサイズ 182 KB
インストール数 2,246,076
現在のバージョン 8.2.1.189
最終更新日 2024-02-28
公開日 2020-01-16
評価 2.30/5 合計 127 レビュー
開発者 Microsoft
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://azure.microsoft.com/identity
ヘルプページのURL https://aka.ms/myappsplugin
プライバシーポリシーページのURL https://privacy.microsoft.com/en-us/PrivacyStatement
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "images\/badgedIcon.png",
        "default_popup": "popup\/html\/NotLoggedInPopup.html"
    },
    "author": "APSSO Team",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "js\/NewPage.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "js\/ExtensionIdentifier.js"
            ],
            "matches": [
                "https:\/\/account.activedirectory.windowsazure.com\/*",
                "https:\/\/myapplications.microsoft.com\/*",
                "https:\/\/account.activedirectory.windowsazure.us\/*",
                "https:\/\/myapplications.microsoft.us\/*",
                "https:\/\/account.activedirectory.windowsazure.cn\/*",
                "https:\/\/myapplications.windowsazure.cn\/*",
                "https:\/\/launcher.myapps.microsoft.com\/api\/*",
                "https:\/\/launcher.myapps.microsoft.us\/api\/*",
                "https:\/\/launcher.myapps.windowsazure.cn\/api\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "js\/ExtensionIdentifier.js",
                "js\/UserTenantIdentifier.js",
                "js\/ListenPortalPage.js"
            ],
            "matches": [
                "https:\/\/account.activedirectory.windowsazure.com\/*",
                "https:\/\/myapplications.microsoft.com\/*",
                "https:\/\/account.activedirectory.windowsazure.us\/*",
                "https:\/\/myapplications.microsoft.us\/*",
                "https:\/\/account.activedirectory.windowsazure.cn\/*",
                "https:\/\/myapplications.windowsazure.cn\/*",
                "https:\/\/*.hosting.portal.azure.net\/*\/Listener.html?*",
                "https:\/\/*.hosting.azureportal.usgovcloudapi.net\/*\/Listener.html?*",
                "https:\/\/*.azureportal.chinacloudapi.cn\/*\/Listener.html?*",
                "https:\/\/ssotools.azurewebsites.net\/*",
                "https:\/\/launcher.myapps.microsoft.com\/api\/*",
                "https:\/\/launcher.myapps.microsoft.us\/api\/*",
                "https:\/\/launcher.myapps.windowsazure.cn\/api\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "js\/CaptureApplicationLoginControls.js"
            ],
            "matches": [
                "https:\/\/account.activedirectory.windowsazure.com\/applications\/metadatacapture\/captureapplicationmetadata.aspx?*",
                "https:\/\/account.activedirectory.windowsazure.us\/applications\/metadatacapture\/captureapplicationmetadata.aspx?*",
                "https:\/\/account.activedirectory.windowsazure.cn\/applications\/metadatacapture\/captureapplicationmetadata.aspx?*",
                "https:\/\/launcher.myapps.microsoft.com\/api\/captureMetadata?*",
                "https:\/\/launcher.myapps.microsoft.us\/api\/captureMetadata?*",
                "https:\/\/launcher.myapps.windowsazure.cn\/api\/captureMetadata?*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "js\/Redirection.js",
                "common\/Log.js"
            ],
            "matches": [
                "https:\/\/account.activedirectory.windowsazure.com\/applications\/redirecttoapplication.aspx?*",
                "https:\/\/launcher.myapps.microsoft.com\/api\/*",
                "https:\/\/account.activedirectory.windowsazure.us\/applications\/redirecttoapplication.aspx?*",
                "https:\/\/account.activedirectory.windowsazure.cn\/applications\/redirecttoapplication.aspx?*",
                "https:\/\/launcher.myapps.microsoft.us\/api\/*",
                "https:\/\/launcher.myapps.windowsazure.cn\/api\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "js\/SendLogs.js",
                "common\/Log.js"
            ],
            "matches": [
                "https:\/\/account.activedirectory.windowsazure.com\/applications\/default.aspx*",
                "https:\/\/account.activedirectory.windowsazure.com\/r\/*",
                "https:\/\/account.activedirectory.windowsazure.us\/applications\/default.aspx*",
                "https:\/\/account.activedirectory.windowsazure.us\/r\/*",
                "https:\/\/account.activedirectory.windowsazure.cn\/applications\/default.aspx*",
                "https:\/\/account.activedirectory.windowsazure.cn\/r\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "js\/CaptureListOfApps.js"
            ],
            "matches": [
                "https:\/\/account.activedirectory.windowsazure.com\/applications\/ssoextensionlandingpage.aspx",
                "https:\/\/account.activedirectory.windowsazure.com\/applications\/ssoextensionlandingpage.aspx?*",
                "https:\/\/account.activedirectory.windowsazure.us\/applications\/ssoextensionlandingpage.aspx",
                "https:\/\/account.activedirectory.windowsazure.us\/applications\/ssoextensionlandingpage.aspx?*",
                "https:\/\/account.activedirectory.windowsazure.cn\/applications\/ssoextensionlandingpage.aspx",
                "https:\/\/account.activedirectory.windowsazure.cn\/applications\/ssoextensionlandingpage.aspx?*",
                "https:\/\/launcher.myapps.microsoft.com\/api\/extensionLanding?*",
                "https:\/\/launcher.myapps.microsoft.com\/api\/extensionLanding",
                "https:\/\/launcher.myapps.microsoft.us\/api\/extensionLanding?*",
                "https:\/\/launcher.myapps.microsoft.us\/api\/extensionLanding",
                "https:\/\/launcher.myapps.windowsazure.cn\/api\/extensionLanding?*",
                "https:\/\/launcher.myapps.windowsazure.cn\/api\/extensionLanding"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "js\/TamperSaml.js"
            ],
            "matches": [
                "https:\/\/account.activedirectory.windowsazure.com\/applications\/testfedaratedapplication.aspx?*",
                "https:\/\/launcher.myapps.microsoft.com\/api\/signin\/testSaml\/*",
                "https:\/\/account.activedirectory.windowsazure.us\/applications\/testfedaratedapplication.aspx?*",
                "https:\/\/account.activedirectory.windowsazure.cn\/applications\/testfedaratedapplication.aspx?*",
                "https:\/\/launcher.myapps.microsoft.us\/api\/signin\/testSaml\/*",
                "https:\/\/launcher.myapps.windowsazure.cn\/api\/signin\/testSaml\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                "js\/ListenSamlResponse.js"
            ],
            "matches": [
                "https:\/\/login.microsoftonline.com\/*",
                "https:\/\/login.microsoftonline.us\/*",
                "https:\/\/login.partner.microsoftonline.cn\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "My Apps Secure Sign-in Extension",
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "icons": {
        "128": "images\/icon_128px.png",
        "16": "images\/icon_16px.png",
        "32": "images\/icon_32px.png",
        "48": "images\/icon_48px.png"
    },
    "manifest_version": 3,
    "name": "My Apps Secure Sign-in Extension",
    "permissions": [
        "tabs",
        "scripting",
        "contextMenus",
        "unlimitedStorage",
        "webNavigation",
        "storage",
        "activeTab",
        "declarativeNetRequest"
    ],
    "version": "8.2.1.189",
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "images\/notLoggedInIcon.png"
            ]
        }
    ]
}