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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Jonzay.codes, και η κύρια λειτουργία του είναι "Redirects to the Outlook login page after logging out of Hotmail and Outlook.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Logout Redirector for Hotmail and Outlook
Λήψη αρχείων επέκτασης 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 |
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 |
Ηλεκτρονικό ταχυδρομείο | [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" ] } ] } |