Microsoft Outlook

Send and receive email, manage your calendar, tasks, and more without opening a new tab.

Microsoft Outlook क्या है?

Microsoft Outlook Microsoft द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Send and receive email, manage your calendar, tasks, and more without opening a new tab."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        The Microsoft Outlook browser extension brings you the power of mail, calendar, contacts, and tasks using an icon in the browser. You can quickly access your Outlook work account or your Outlook.com or Hotmail account without switching to another tab or app.

Features
- Access work or personal accounts
- Read, send, and manage email and get notifications
- Create events, view upcoming ones, and join online meetings
- Create, track, and manage tasks
- Add and view contacts

Great for doing all this without switching tabs
- Reading an important message
- Checking your calendar
- Adding a task based on what you’re reading on the web
- Fast look up of a contact’s phone number
- Referring to info on a webpage while writing an email                    

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

नाम Microsoft Outlook Microsoft Outlook
ID ajanlknhcmbhbdafadmkobjnfkhdiegm
आधिकारिक URL https://chromewebstore.google.com/detail/microsoft-outlook/ajanlknhcmbhbdafadmkobjnfkhdiegm
विवरण Send and receive email, manage your calendar, tasks, and more without opening a new tab.
फ़ाइल का आकार 295 KB
स्थापना संख्या 258,177
वर्तमान संस्करण 1.0.4
अंतिम अपडेट 2023-11-08
प्रकाशन तिथि 2021-09-28
रेटिंग 1.90/5 कुल 204 रेटिंग्स
डेवलपर Microsoft
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.outlook.com
सहायता पृष्ठ URL https://support.microsoft.com/en-us/office/use-the-outlook-browser-extension-in-microsoft-edge-and-google-chrome-c8c9be71-02ef-434c-b642-443fb20c1bf9
गोपनीयता नीति पृष्ठ URL http://aka.ms/privacy
समर्थित भाषाएँ id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_appDesc__",
    "version": "1.0.4",
    "name": "__MSG_appName__",
    "default_locale": "en",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+O",
                "mac": "Command+Shift+O",
                "chromeos": "Ctrl+Shift+O",
                "linux": "Ctrl+Shift+O"
            }
        }
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon-32-gray.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/outlook.office.com\/mail\/mini\/opxdeeplink\/mail\/inbox",
                "https:\/\/login.live.com\/*",
                "https:\/\/login.microsoftonline.com\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "manifest_version": 2,
    "web_accessible_resources": [
        "kkpalkknhlklpbflpcpkepmmbnmfailf\/auth.html",
        "kkpalkknhlklpbflpcpkepmmbnmfailf\/icon-32.png",
        "ajanlknhcmbhbdafadmkobjnfkhdiegm\/auth.html",
        "ajanlknhcmbhbdafadmkobjnfkhdiegm\/icon-32.png"
    ],
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "",
        "notifications"
    ]
}