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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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\/*" ] } ] } |