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 |
公式URL | 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 |
Eメール | [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" ] } ] } |