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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.bluearca.com, και η κύρια λειτουργία του είναι "100% Phishing protection for webmail. Completely private. No registration required.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Blue Arca Anti-Phishing Extension
Λήψη αρχείων επέκτασης Blue Arca Anti-Phishing Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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" } } |