Un-Safelink Outlook

Replace safelink urls by the original one

Un-Safelink Outlookとは何ですか?

Un-Safelink OutlookはDunky13によって開発されたChromeの拡張機能で、その主な機能は「Replace safelink urls by the original one」です。

拡張機能のスクリーンショット

screenshot

Un-Safelink Outlook拡張機能のCRXファイルをダウンロード

Un-Safelink Outlook拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Un-Safelink Outlook Un-Safelink Outlook
ID pgchfppjhohfigdgfnglmbbeiingokmi
公式URL https://chromewebstore.google.com/detail/un-safelink-outlook/pgchfppjhohfigdgfnglmbbeiingokmi
説明 Replace safelink urls by the original one
ファイルサイズ 31.1 KB
インストール数 1,127
現在のバージョン 0.1.34
最終更新日 2021-12-23
公開日 2018-09-16
評価 5.00/5 合計 3 レビュー
開発者 Dunky13
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/Dunky13/outlook_unsafelink
ヘルプページのURL https://github.com/Dunky13/outlook_unsafelink
対応言語 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\/*"
            ]
        }
    ]
}