Gmail-OWA

Converts Gmail specific links to use Outlook Web Access instead.

什么是Gmail-OWA?

Gmail-OWA是由Goatek开发的Chrome扩展程序,该扩展的主要功能是“Converts Gmail specific links to use Outlook Web Access instead.”。

扩展截图

screenshot

下载Gmail-OWA扩展crx文件

下载Gmail-OWA扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}