Un-Safelink Outlook

Replace safelink urls by the original one

Was ist Un-Safelink Outlook?

Un-Safelink Outlook ist eine Chrome-Erweiterung, die von Dunky13 entwickelt wurde, und ihr Hauptmerkmal ist "Replace safelink urls by the original one".

Erweiterungsscreenshots

screenshot

Un-Safelink Outlook-Erweiterungs-CRX-Datei herunterladen

Laden Sie Un-Safelink Outlook-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Un-Safelink Outlook Un-Safelink Outlook
ID pgchfppjhohfigdgfnglmbbeiingokmi
Offizielle URL https://chromewebstore.google.com/detail/un-safelink-outlook/pgchfppjhohfigdgfnglmbbeiingokmi
Beschreibung Replace safelink urls by the original one
Dateigröße 31.1 KB
Installationsanzahl 1,127
Aktuelle Version 0.1.34
Letztes Update 2021-12-23
Veröffentlichungsdatum 2018-09-16
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler Dunky13
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/Dunky13/outlook_unsafelink
Hilfeseite URL https://github.com/Dunky13/outlook_unsafelink
Unterstützte Sprachen 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\/*"
            ]
        }
    ]
}