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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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