Merge Outlook Calendar

Select the merge view by default when using outlook web calendar

Merge Outlook Calendar क्या है?

Merge Outlook Calendar Tyler Elliott द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Select the merge view by default when using outlook web calendar"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Merge Outlook Calendar एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        When using O365 Outlook on the web. The day view of your calendar defaults by splitting all of your calendars into multiple columns. This extension merges them into a single view by default.

Views can still be toggled using the split/merge toggle in the upper right.                    

एक्सटेंशन की मूल जानकारी

नाम Merge Outlook Calendar Merge Outlook Calendar
ID lickgobohnoilijjmadngpopdnjkalge
आधिकारिक URL https://chromewebstore.google.com/detail/merge-outlook-calendar/lickgobohnoilijjmadngpopdnjkalge
विवरण Select the merge view by default when using outlook web calendar
फ़ाइल का आकार 7.33 KB
स्थापना संख्या 239
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2018-01-11
प्रकाशन तिथि 2018-01-11
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर Tyler Elliott
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Merge Outlook Calendar",
    "description": "Select the merge view by default when using outlook web calendar",
    "version": "1.0.2",
    "icons": {
        "16": "images\/logo-16.png",
        "48": "images\/logo-48.png",
        "128": "images\/logo-128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "https:\/\/outlook.office.com\/owa\/?path=\/calendar\/view\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}