Gmail-OWA

Converts Gmail specific links to use Outlook Web Access instead.

Was ist Gmail-OWA?

Gmail-OWA ist eine Chrome-Erweiterung, die von Goatek entwickelt wurde, und ihr Hauptmerkmal ist "Converts Gmail specific links to use Outlook Web Access instead.".

Erweiterungsscreenshots

screenshot

Gmail-OWA-Erweiterungs-CRX-Datei herunterladen

Laden Sie Gmail-OWA-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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).                    

Grundlegende Informationen zur Erweiterung

Name Gmail-OWA Gmail-OWA
ID hbbnpiibgjpohbmipgellhnajhknndef
Offizielle URL https://chrome.google.com/webstore/detail/gmail-owa/hbbnpiibgjpohbmipgellhnajhknndef
Beschreibung Converts Gmail specific links to use Outlook Web Access instead.
Dateigröße 9.7 KB
Installationsanzahl 1,798
Aktuelle Version 1.1
Letztes Update 2020-09-22
Veröffentlichungsdatum 2020-06-18
Entwickler Goatek
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}