2FA Notifier

Notifies users whether the current browser page supports 2FA or not.

2FA Notifierとは何ですか?

2FA Notifierはhttps://2fanotifier.orgによって開発されたChromeの拡張機能で、その主な機能は「Notifies users whether the current browser page supports 2FA or not.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

2FA Notifier拡張機能のCRXファイルをダウンロード

2FA Notifier拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Two Factor Authentication (2FA) is a fantastic way to make it harder for hackers to hijack your accounts, even if they somehow steal your password. But, it only works if you actually enable it!!

2FA Notifier lets you know which sites you visit support 2FA and specifically how to enable it.

Anytime you visit a site that supports 2FA, you will get a notification that let's you know. Clicking on the notification will bring you directly to the site's documentation explaining how to enable 2FA. The right information, right when you need it!

Better protect your accounts from hackers by installing 2FA Notifier and enabling 2FA everywhere you can!

-----
We would really appreciate the opportunity to address any issues or bugs before you leave a poor rating. Unfortunately, we cannot reply to comments left on ratings, so it is difficult to understand the issue and fix it. We are very responsive to all issues filed on GitHub: https://github.com/conorgil/2fa-notifier/issues. Thanks!                    

拡張機能の基本情報

名前 2FA Notifier 2FA Notifier
ID lggnfpepjfjffimehbjeofegcbmhogoj
公式URL https://chromewebstore.google.com/detail/2fa-notifier/lggnfpepjfjffimehbjeofegcbmhogoj
説明 Notifies users whether the current browser page supports 2FA or not.
ファイルサイズ 466 KB
インストール数 540
現在のバージョン 0.8.1
最終更新日 2019-02-17
公開日 2019-02-16
評価 5.00/5 合計 6 レビュー
開発者 https://2fanotifier.org
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://2fanotifier.org
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "2FA Notifier",
    "manifest_version": 2,
    "version": "0.8.1",
    "author": "Conor Gilsenan",
    "description": "Notifies users whether the current browser page supports 2FA or not.",
    "background": {
        "scripts": [
            "generatedJS\/background.bundle.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "browserAction\/popup.html",
        "default_title": "2FA Notifier",
        "default_icon": {
            "16": "icons\/no_2fa.png",
            "32": "icons\/[email protected]",
            "48": "icons\/[email protected]"
        }
    },
    "icons": {
        "48": "icons\/app_icon_48.png",
        "128": "icons\/app_icon_128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "notifications"
    ],
    "web_accessible_resources": [
        "**\/*.html",
        "**\/*.css",
        "**\/*.js",
        "**\/*.png"
    ]
}