Gmail-OWA

Converts Gmail specific links to use Outlook Web Access instead.

Gmail-OWA क्या है?

Gmail-OWA Goatek द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Converts Gmail specific links to use Outlook Web Access instead."।

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

screenshot

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

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

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

                        Using Google Classroom but using Outlook instead of Gmail?

With this extension enabled, Gmail links in Google Classroom will open in Outlook Web Access instead. Clicking on the extension icon will toggle it on and off so you can still open Gmail links in Gmail if desired.

Not using the web version of Outlook? Check out Gmail Link Fixer, which converts Google email links to standard mail links that open in the Outlook desktop app (or other email programs).                    

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

नाम Gmail-OWA Gmail-OWA
ID hbbnpiibgjpohbmipgellhnajhknndef
आधिकारिक URL https://chrome.google.com/webstore/detail/gmail-owa/hbbnpiibgjpohbmipgellhnajhknndef
विवरण Converts Gmail specific links to use Outlook Web Access instead.
फ़ाइल का आकार 9.7 KB
स्थापना संख्या 1,798
वर्तमान संस्करण 1.1
अंतिम अपडेट 2020-09-22
प्रकाशन तिथि 2020-06-18
डेवलपर Goatek
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gmail-OWA",
    "description": "Converts Gmail specific links to use Outlook Web Access instead.",
    "version": "1.1",
    "manifest_version": 2,
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.google.com\/*"
    ],
    "background": {
        "scripts": [
            "background.min.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "images\/email-button-16.png",
        "default_title": "Gmail-OWA is on"
    },
    "icons": {
        "16": "images\/email-button-16.png",
        "32": "images\/email-button-32.png",
        "48": "images\/email-button-48.png",
        "64": "images\/email-button-64.png",
        "128": "images\/email-button-128.png"
    }
}