Skip to content

Instantly share code, notes, and snippets.

@mikfreedman
Last active May 26, 2020 13:19
Show Gist options
  • Save mikfreedman/e10388631c847dd87ccb6e0565d983d1 to your computer and use it in GitHub Desktop.
Save mikfreedman/e10388631c847dd87ccb6e0565d983d1 to your computer and use it in GitHub Desktop.
{
"createdBy": "Redirector v3.5.3",
"createdAt": "2020-05-26T13:11:01.431Z",
"redirects": [
{
"description": "Gcal to o365",
"exampleUrl": "https://calendar.google.com/calendar/r",
"exampleResult": "https://outlook.office.com/calendar/view/workweek",
"error": null,
"includePattern": "http*://calendar.google.com/*",
"excludePattern": "",
"patternDesc": "",
"redirectUrl": "https://outlook.office.com/calendar/view/workweek",
"patternType": "W",
"processMatches": "noProcessing",
"disabled": false,
"grouped": false,
"appliesTo": [
"main_frame"
]
},
{
"description": "Gmail to o365",
"exampleUrl": "https://mail.google.com/mail/u/0/#inbox",
"exampleResult": "https://outlook.office.com/mail/inbox",
"error": null,
"includePattern": "http*//mail.google.com/*",
"excludePattern": "",
"patternDesc": "Redirect to o365",
"redirectUrl": "https://outlook.office.com/mail/inbox",
"patternType": "W",
"processMatches": "noProcessing",
"disabled": false,
"grouped": false,
"appliesTo": [
"main_frame",
"sub_frame",
"stylesheet",
"script",
"image",
"imageset",
"object",
"xmlhttprequest",
"history",
"other"
]
}
]
}
@mikfreedman
Copy link
Author

redirect google calendar and gmail to outlook for the Redirector chrome extension

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment