PhishGuard
PhishGuard is a way for you to make sure you know what you're clicking on! This extension aims to prevent email phishing attacks…
什麼是PhishGuard?
PhishGuard是由Bill Demirkapi開發的Chrome擴展程式,該擴展的主要功能是“PhishGuard is a way for you to make sure you know what you're clicking on! This extension aims to prevent email phishing attacks…”。
擴展截圖
下載PhishGuard擴展crx文件
下載PhishGuard擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
PhishGuard is a way for you to make sure you know what you're clicking on! This extension aims to prevent email phishing attacks by telling you where links really lead. The way it works if it detects a clickable link and the location it leads to is somewhere different from what is advertised, it will highlight it red, bold it, and when you hover over the link, it will tell you where it really leads! Currently, the extension supports both gmail and outlook/hotmail. GitHub Repo: https://github.com/D4stiny/PhishGuard Icons made by Smashicons from www.flaticon.com is licensed by CC 3.0 BY Gmail logo by cosmcala from www.devianart.com Outlook logo by Microsoft
擴展基本資訊
名稱 | PhishGuard |
ID | ngafnigajpgginnijhfcbeikpakecppl |
官方網址 | https://chromewebstore.google.com/detail/phishguard/ngafnigajpgginnijhfcbeikpakecppl |
簡介 | PhishGuard is a way for you to make sure you know what you're clicking on! This extension aims to prevent email phishing attacks… |
檔案大小 | 54.87 KB |
安裝次數 | 35 |
目前版本 | 0.1 |
更新時間 | 2017-11-05 |
上架時間 | 2017-11-05 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Bill Demirkapi |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PhishGuard", "version": "0.1", "browser_action": [], "icons": { "16": "fishing-icon-16.png", "128": "fishing-icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/mail\/u\/*\/", "https:\/\/outlook.live.com\/owa\/*" ], "js": [ "jquery.min.js", "jquery.qtip.js", "content.js" ] } ] } |