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"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ 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 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\/*"
            ]
        }
    ]
}