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
官方網址 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"
    }
}