Trelson Mail Switch

Redirects users from Gmail to a custom webmail service

Trelson Mail Switch là gì?

Trelson Mail Switch là một tiện ích mở rộng Chrome được phát triển bởi https://trelson.com, và tính năng chính của nó là "Redirects users from Gmail to a custom webmail service".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Trelson Mail Switch

Tải xuống các tệp mở rộng Trelson Mail Switch 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

                        Trelson Mail Switch is a Chrome extension for mixed IT environments consisting of Google Workspace and Outlook or other e-mail services. The common practice is usually, working in Google Workspace and using Outlook as their primary e-mail service. This presents a problem using email functionality in some of the Google services. E.g using the functionality to email all students in Google Classroom or their guardians. 

Trelson Mail Switch lets your administrator configure settings for the entire domain or on a user level. This extension will redirect users from Gmail to an Outlook client or a web access instance. By using the extension you are not bound to Gmail while using Google Workspace and you can freely use any other supported mail service. It has preconfigured functionality for Outlook, but can be configured with any mail client which is installed on the computer. This gives the user the ability to use the full functionality in Google Classroom and Google Contacts even though not using Gmail.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Trelson Mail Switch Trelson Mail Switch
ID ddcmlceaelochmiiaicdhcehidcfbklg
URL Chính Thức https://chromewebstore.google.com/detail/trelson-mail-switch/ddcmlceaelochmiiaicdhcehidcfbklg
Mô tả Redirects users from Gmail to a custom webmail service
Kích Thước Tệp 187 KB
Số Lần Cài Đặt 4,000
Phiên Bản Hiện Tại 2.2.2
Cập Nhật Lần Cuối 2023-11-17
Ngày Phát Hành 2020-06-02
Nhà Phát Triển https://trelson.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.trelson.com/mailswitch/privacy-mailswitch
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAk78HMKcgtU\/yG0smtFdPiYBZ+4brrGzdnhodSUGniJgPKH5w1iCYGbqDrOcDngY11VCa3AZjrxt0LVOus0OZfu1B7w15pCuezHR4ldM8dm\/FkWPSDcw9wEfwS6OxqOs1vVXTsk5twkBVMAMiXrPuH5ZE9vn+eZDAm4cTDHIwU0zri4zc+rRjhNIOUyoj1nMb9DJam4fgOLOVzbiQoaCsxGhzF0mwdo6EUVVZg+krv4NMZAqALD7bMWgLb6oJV5nlqJ2dO4Nj2lwq1fvCytMtss7qoi\/5WxxaKMZursJg4v2+7MAkOtsD2T3Edouf805W18tnUurLTODMDeRVcubRPwIDAQAB",
    "manifest_version": 3,
    "name": "Trelson Mail Switch",
    "description": "Redirects users from Gmail to a custom webmail service",
    "version": "2.2.2",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "\/icons\/icon_16.png",
        "32": "\/icons\/icon_32.png",
        "48": "\/icons\/icon_48.png",
        "72": "\/icons\/icon_72.png",
        "128": "\/icons\/icon_128.png"
    },
    "action": {
        "default_icons": {
            "16": "\/icons\/icon_16.png",
            "32": "\/icons\/icon_32.png",
            "48": "\/icons\/icon_48.png",
            "72": "\/icons\/icon_72.png",
            "128": "\/icons\/icon_128.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "identity",
        "identity.email",
        "storage",
        "webNavigation"
    ],
    "oauth2": {
        "client_id": "388812728987-pqi2evff7gvav43tofi9e04jnieokfm6.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.ttf",
                "*.png"
            ],
            "extension_ids": [
                "ddcmlceaelochmiiaicdhcehidcfbklg"
            ]
        }
    ]
}