Un-Safelink Outlook

Replace safelink urls by the original one

Un-Safelink Outlook là gì?

Un-Safelink Outlook là một tiện ích mở rộng Chrome được phát triển bởi Dunky13, và tính năng chính của nó là "Replace safelink urls by the original one".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Un-Safelink Outlook

Tải xuống các tệp mở rộng Un-Safelink Outlook 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

                        Outlook has recently introduced "safelinks" that scans urls in emails for potential malicious urls. But in the process it obfuscates the original URL.
This extension will replace the safelinks URL with the original URL                    

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

Tên Un-Safelink Outlook Un-Safelink Outlook
ID pgchfppjhohfigdgfnglmbbeiingokmi
URL Chính Thức https://chromewebstore.google.com/detail/un-safelink-outlook/pgchfppjhohfigdgfnglmbbeiingokmi
Mô tả Replace safelink urls by the original one
Kích Thước Tệp 31.1 KB
Số Lần Cài Đặt 1,127
Phiên Bản Hiện Tại 0.1.34
Cập Nhật Lần Cuối 2021-12-23
Ngày Phát Hành 2018-09-16
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Dunky13
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Dunky13/outlook_unsafelink
URL Trang Trợ Giúp https://github.com/Dunky13/outlook_unsafelink
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Un-Safelink Outlook",
    "version": "0.1.34",
    "description": "Replace safelink urls by the original one",
    "homepage_url": "https:\/\/github.com\/Dunky13\/outlook_unsafelink",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/outlook.live.com\/mail\/*",
                "https:\/\/outlook.live.com\/owa\/*",
                "https:\/\/outlook.office.com\/owa\/*",
                "https:\/\/outlook.office.com\/mail\/*",
                "https:\/\/outlook.office365.com\/mail\/*",
                "https:\/\/mail.google.com\/mail\/*"
            ]
        }
    ]
}