Logout Redirector for Hotmail and Outlook
Redirects to the Outlook login page after logging out of Hotmail and Outlook.
Apa itu Logout Redirector for Hotmail and Outlook?
Logout Redirector for Hotmail and Outlook adalah ekstensi Chrome yang dikembangkan oleh Jonzay.codes, dan fitur utamanya adalah "Redirects to the Outlook login page after logging out of Hotmail and Outlook.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Logout Redirector for Hotmail and Outlook
Unduh file ekstensi Logout Redirector for Hotmail and Outlook dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Logout Redirector for Hotmail and Outlook |
ID | dimljjlodblfpmkiefpchagdbnmmpgnf |
URL Resmi | https://chromewebstore.google.com/detail/logout-redirector-for-hot/dimljjlodblfpmkiefpchagdbnmmpgnf |
Deskripsi | Redirects to the Outlook login page after logging out of Hotmail and Outlook. |
Ukuran File | 17.08 KB |
Jumlah Instalasi | 30 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2023-12-13 |
Tanggal Publikasi | 2020-08-11 |
Pengembang | Jonzay.codes |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |