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.”。

擴展截圖

screenshot
screenshot

下載Blue Arca Anti-Phishing Extension擴展crx文件

下載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 Blue Arca Anti-Phishing Extension
ID nbladngkelnbhcinepiogponadjggkcd
官方網址 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"
    }
}