Blue Arca Anti-Phishing Extension
100% Phishing protection for webmail. Completely private. No registration required.
Blue Arca Anti-Phishing Extension란 무엇입니까?
Blue Arca Anti-Phishing Extension은(는) https://www.bluearca.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "100% Phishing protection for webmail. Completely private. No registration required."입니다.
확장 프로그램 스크린샷
Blue Arca Anti-Phishing Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
PHISHING PROTECTION FOR WEBMAIL. People are the highest-risk targets in the cybersecurity of the internet. Hackers target them via phishing e-mails and try to obtain login credentials, activate ransomware or spread malware. At Blue Arca, we have developed innovative anti-phishing software to mitigate this risk. It acts as a personal automated security advisor that triggers vigilance at the moment it matters. Now, this anti-phishing software functionality is available to everyone. Because everyone is at risk of a phishing attack and no amount of security awareness training, banking or government campaign will keep people alert to phishing attacks throughout a busy day. Blue Arca anti-phishing software acts as a safety barrier by alerting you to potential threats as they come in. It continuously checks all incoming email against a personal user profile. Any unknown sender or link will trigger a notification for the user to check the potential security risk. When you mark it as a potential threat or as safe the extension learns from it and you automatically report it to our intelligence team for further investigation. Completely private. The anti-phishing extension works with Gmail, Outlook.com and Live.com.
확장 프로그램 기본 정보
이름 | Blue Arca Anti-Phishing Extension |
ID | nbladngkelnbhcinepiogponadjggkcd |
공식 URL | https://chromewebstore.google.com/detail/blue-arca-anti-phishing-e/nbladngkelnbhcinepiogponadjggkcd |
설명 | 100% Phishing protection for webmail. Completely private. No registration required. |
파일 크기 | 70.46 KB |
설치 횟수 | 507 |
현재 버전 | 1.1.8 |
최근 업데이트 | 2022-10-18 |
출시 날짜 | 2020-08-18 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://www.bluearca.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.bluearca.com |
도움말 페이지 URL | https://www.bluearca.com/support |
개인정보 보호 정책 페이지 URL | https://www.bluearca.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Blue Arca Anti-Phishing Extension", "version": "1.1.8", "manifest_version": 3, "description": "100% Phishing protection for webmail. Completely private. No registration required.", "permissions": [ "storage", "history", "activeTab", "storage" ], "host_permissions": [ "*:\/\/mail.google.com\/*", "*:\/\/outlook.office.com\/*", "*:\/\/outlook.office365.com\/*", "*:\/\/outlook.live.com\/*", "https:\/\/console.bluearca.com\/svc\/*" ], "optional_host_permissions": [ "*:\/\/*\/*" ], "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "js": [ "jquery.min.js", "content_script.js" ], "matches": [ "*:\/\/mail.google.com\/*", "*:\/\/outlook.office.com\/*", "*:\/\/outlook.office365.com\/*", "*:\/\/outlook.live.com\/*" ], "run_at": "document_end" } ], "icons": { "32": "img\/logo.png", "128": "img\/icon128.png" }, "action": { "default_icon": "img\/logo.png", "default_popup": "popup.html" } } |