Gmail-OWA
Converts Gmail specific links to use Outlook Web Access instead.
Gmail-OWA là gì?
Gmail-OWA là một tiện ích mở rộng Chrome được phát triển bởi Goatek, và tính năng chính của nó là "Converts Gmail specific links to use Outlook Web Access instead.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Gmail-OWA
Tải xuống các tệp mở rộng Gmail-OWA dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hbbnpiibgjpohbmipgellhnajhknndef |
URL Chính Thức | https://chrome.google.com/webstore/detail/gmail-owa/hbbnpiibgjpohbmipgellhnajhknndef |
Mô tả | Converts Gmail specific links to use Outlook Web Access instead. |
Kích Thước Tệp | 9.7 KB |
Số Lần Cài Đặt | 1,798 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2020-09-22 |
Ngày Phát Hành | 2020-06-18 |
Nhà Phát Triển | Goatek |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |