Gmail-OWA

Converts Gmail specific links to use Outlook Web Access instead.

Wat is Gmail-OWA?

Gmail-OWA is een Chrome-extensie ontwikkeld door Goatek, en de belangrijkste functie is "Converts Gmail specific links to use Outlook Web Access instead.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Gmail-OWA

Download Gmail-OWA-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Gmail-OWA Gmail-OWA
ID hbbnpiibgjpohbmipgellhnajhknndef
Officiële URL https://chrome.google.com/webstore/detail/gmail-owa/hbbnpiibgjpohbmipgellhnajhknndef
Beschrijving Converts Gmail specific links to use Outlook Web Access instead.
Bestandsgrootte 9.7 KB
Aantal Installaties 1,798
Huidige Versie 1.1
Laatst Bijgewerkt 2020-09-22
Publicatiedatum 2020-06-18
Ontwikkelaar Goatek
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}