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
Eメール [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"
    }
}