File tree 1 file changed +14
-0
lines changed
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -386,6 +386,10 @@ export default {
386
386
url : '*://tasks.office.com/*' ,
387
387
name : 'Microsoft Planner'
388
388
} ,
389
+ 'tasks.office365.com' : {
390
+ url : '*://tasks.office365.com/*' ,
391
+ name : 'Microsoft Planner'
392
+ } ,
389
393
'to-do.live.com' : {
390
394
url : '*://*.to-do.live.com/*' ,
391
395
name : 'Microsoft To-Do' ,
@@ -401,6 +405,11 @@ export default {
401
405
name : 'Microsoft To-Do' ,
402
406
file : 'microsoft-to-do.js'
403
407
} ,
408
+ 'to-do.office365.com' : {
409
+ url : '*://*.to-do.office365.com/*' ,
410
+ name : 'Microsoft To-Do' ,
411
+ file : 'microsoft-to-do.js'
412
+ } ,
404
413
'minicrm.pl' : {
405
414
url : '*://*.minicrm.pl/*' ,
406
415
name : 'Minicrm' ,
@@ -450,6 +459,11 @@ export default {
450
459
name : 'Outlook' ,
451
460
file : 'outlook.js'
452
461
} ,
462
+ 'outlook.office365.com' : {
463
+ url : '*://outlook.office365.com/*' ,
464
+ name : 'Outlook' ,
465
+ file : 'outlook.js'
466
+ } ,
453
467
'outlook.live.com' : {
454
468
url : '*://outlook.live.com/*' ,
455
469
name : 'Outlook' ,
You can’t perform that action at this time.
0 commit comments