Un-Safelink Outlook
Replace safelink urls by the original one
Τι είναι το Un-Safelink Outlook;
Το Un-Safelink Outlook είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Dunky13, και η κύρια λειτουργία του είναι "Replace safelink urls by the original one".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Un-Safelink Outlook
Λήψη αρχείων επέκτασης 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 |
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 |
Ηλεκτρονικό ταχυδρομείο | [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\/*" ] } ] } |