Akamai MFA

The Akamai MFA app for Chrome is the companion to the Akamai MFA mobile app for your smart phone. The Akamai MFA app for Chrome is…

Akamai MFA là gì?

Akamai MFA là một tiện ích mở rộng Chrome được phát triển bởi Akamai Technologies, Inc., và tính năng chính của nó là "The Akamai MFA app for Chrome is the companion to the Akamai MFA mobile app for your smart phone. The Akamai MFA app for Chrome is…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Akamai MFA

Tải xuống các tệp mở rộng Akamai MFA dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        The Akamai MFA app for Chrome is the companion to the Akamai MFA mobile app for your smart phone. The Akamai MFA app for Chrome is the companion to the Akamai MFA mobile app for your smart phone.

The Akamai MFA Chrome extension makes it possible to use your phone as a security key authenticator with the Chrome browser.

Akamai MFA makes authentication easy and secure:
- No more passwords or 6-digit codes
- Push to login
- Immune to phishing

Akamai MFA utilizes the standardized FIDO Universal 2nd Factor (U2F) and WebAuthn (FIDO2) protocol to provide secure, un-phishable authentication on the web, now in the convenient form factor that is your phone.

Get started in 3 steps:
1. Download the Akamai MFA authenticator app for your smart phone
2. Enable the Akamai MFA Chrome browser extension
3. Scan the QR code using the Akamai MFA app on your phone

==Zero Trust==
Akamai MFA is built on top of an end-to-end verified and encrypted architecture. This means zero trust. We never get access to any of your keys or login information. The keys only live in the app on your phone.

Learn more here: https://akamai.com/mfa                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Akamai MFA Akamai MFA
ID jinalojeaecnfjefpehkibbenhbdgdip
URL Chính Thức https://chromewebstore.google.com/detail/akamai-mfa/jinalojeaecnfjefpehkibbenhbdgdip
Mô tả The Akamai MFA app for Chrome is the companion to the Akamai MFA mobile app for your smart phone. The Akamai MFA app for Chrome is…
Kích Thước Tệp 1.57 MB
Số Lần Cài Đặt 5,610
Phiên Bản Hiện Tại 2.2.0
Cập Nhật Lần Cuối 2023-12-14
Ngày Phát Hành 2022-05-14
Đánh Giá 4.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Akamai Technologies, Inc.
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://akamai.com/mfa
URL Trang Chính Sách Bảo Mật https://akamai.com/legal
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Akamai MFA",
    "version": "2.2.0",
    "minimum_chrome_version": "88",
    "icons": {
        "128": "img\/icon.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "http:\/\/localhost\/*",
                "http:\/\/*.localhost\/*",
                "https:\/\/*.local\/*",
                "https:\/\/*.pr.pushzero-dev.akamai.com\/*",
                "https:\/\/pushzero-dev.akamai.com\/*",
                "https:\/\/pushzero-test.akamai.com\/*",
                "https:\/\/pushzero-staging.akamai.com\/*",
                "https:\/\/mfa.akamai.com\/*",
                "https:\/\/try-webauthn.appspot.com\/*",
                "https:\/\/webauthn.bin.coffee\/*",
                "https:\/\/webauthn.io\/*",
                "https:\/\/webauthn.me\/*",
                "https:\/\/sso.rediris.es\/*",
                "https:\/\/*.idpnube.rediris.es\/*",
                "https:\/\/mfa.sir2.rediris.es\/*"
            ],
            "run_at": "document_start",
            "js": [
                "js\/content_script.js"
            ],
            "css": [
                "content_script.css"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "img\/icon.png"
        }
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "externally_connectable": {
        "ids": [],
        "accepts_tls_channel_id": true
    },
    "web_accessible_resources": [
        {
            "resources": [
                "js\/*",
                "img\/*"
            ],
            "matches": [
                "http:\/\/localhost\/*",
                "http:\/\/*.localhost\/*",
                "https:\/\/*.local\/*",
                "https:\/\/*.pr.pushzero-dev.akamai.com\/*",
                "https:\/\/pushzero-dev.akamai.com\/*",
                "https:\/\/pushzero-test.akamai.com\/*",
                "https:\/\/pushzero-staging.akamai.com\/*",
                "https:\/\/mfa.akamai.com\/*",
                "https:\/\/try-webauthn.appspot.com\/*",
                "https:\/\/webauthn.bin.coffee\/*",
                "https:\/\/webauthn.io\/*",
                "https:\/\/webauthn.me\/*",
                "https:\/\/sso.rediris.es\/*",
                "https:\/\/*.idpnube.rediris.es\/*",
                "https:\/\/mfa.sir2.rediris.es\/*"
            ]
        }
    ],
    "host_permissions": [
        "http:\/\/localhost\/*",
        "http:\/\/*.localhost\/*",
        "https:\/\/*.local\/*",
        "https:\/\/*.pr.pushzero-dev.akamai.com\/*",
        "https:\/\/pushzero-dev.akamai.com\/*",
        "https:\/\/pushzero-test.akamai.com\/*",
        "https:\/\/pushzero-staging.akamai.com\/*",
        "https:\/\/mfa.akamai.com\/*",
        "https:\/\/try-webauthn.appspot.com\/*",
        "https:\/\/webauthn.bin.coffee\/*",
        "https:\/\/webauthn.io\/*",
        "https:\/\/webauthn.me\/*",
        "https:\/\/sso.rediris.es\/*",
        "https:\/\/*.idpnube.rediris.es\/*",
        "https:\/\/mfa.sir2.rediris.es\/*"
    ]
}