Logout Redirector for Hotmail and Outlook

Redirects to the Outlook login page after logging out of Hotmail and Outlook.

Logout Redirector for Hotmail and Outlookとは何ですか?

Logout Redirector for Hotmail and OutlookはJonzay.codesによって開発されたChromeの拡張機能で、その主な機能は「Redirects to the Outlook login page after logging out of Hotmail and Outlook.」です。

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

screenshot

Logout Redirector for Hotmail and Outlook拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension will automatically redirect your web browser to the Outlook login page after you successfully log out of Hotmail and Outlook instead of leaving you on the MSN.com webpage. This makes it easier to log back into another account.

Currently supports the American and Australian variants of the MSN.com signout page. Feedback for other page variants are welcome.

GitHub URL: https://github.com/Jonzay/LogoutRedirectorForHotmailAndOutlook                    

拡張機能の基本情報

名前 Logout Redirector for Hotmail and Outlook Logout Redirector for Hotmail and Outlook
ID dimljjlodblfpmkiefpchagdbnmmpgnf
公式URL https://chromewebstore.google.com/detail/logout-redirector-for-hot/dimljjlodblfpmkiefpchagdbnmmpgnf
説明 Redirects to the Outlook login page after logging out of Hotmail and Outlook.
ファイルサイズ 17.08 KB
インストール数 30
現在のバージョン 1.2
最終更新日 2023-12-13
公開日 2020-08-11
開発者 Jonzay.codes
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Logout Redirector for Hotmail and Outlook",
    "description": "Redirects to the Outlook login page after logging out of Hotmail and Outlook.",
    "icons": {
        "48": "48xLogo.png",
        "128": "128xLogo.png"
    },
    "version": "1.2",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.msn.com\/?ocid=mailsignout",
                "https:\/\/www.msn.com\/en-au\/?ocid=mailsignout",
                "https:\/\/www.msn.com\/en-au\/?ocid=mailsignout&*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}