Logout Redirector for Hotmail and Outlook

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

Co je Logout Redirector for Hotmail and Outlook?

Logout Redirector for Hotmail and Outlook je rozšíření Chrome vyvinuté Jonzay.codes, a jeho hlavní funkcí je „Redirects to the Outlook login page after logging out of Hotmail and Outlook.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Logout Redirector for Hotmail and Outlook

Stáhněte si soubory rozšíření Logout Redirector for Hotmail and Outlook ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Logout Redirector for Hotmail and Outlook Logout Redirector for Hotmail and Outlook
ID dimljjlodblfpmkiefpchagdbnmmpgnf
Oficiální URL https://chromewebstore.google.com/detail/logout-redirector-for-hot/dimljjlodblfpmkiefpchagdbnmmpgnf
Popis Redirects to the Outlook login page after logging out of Hotmail and Outlook.
Velikost souboru 17.08 KB
Počet instalací 30
Aktuální Verze 1.2
Poslední Aktualizace 2023-12-13
Datum Vydání 2020-08-11
Vývojář Jonzay.codes
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}