Gmail-OWA

Converts Gmail specific links to use Outlook Web Access instead.

O que é Gmail-OWA?

Gmail-OWA é uma extensão do Chrome desenvolvida por Goatek, e sua principal característica é "Converts Gmail specific links to use Outlook Web Access instead.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Gmail-OWA

Baixe arquivos de extensão Gmail-OWA no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Gmail-OWA Gmail-OWA
ID hbbnpiibgjpohbmipgellhnajhknndef
URL Oficial https://chrome.google.com/webstore/detail/gmail-owa/hbbnpiibgjpohbmipgellhnajhknndef
Descrição Converts Gmail specific links to use Outlook Web Access instead.
Tamanho do Arquivo 9.7 KB
Contagem de Instalações 1,798
Versão Atual 1.1
Última Atualização 2020-09-22
Data de Publicação 2020-06-18
Desenvolvedor Goatek
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}