Push Authenticator Pro

Push Authenticator Pro for iOS/Android

Push Authenticator Proとは何ですか?

Push Authenticator Proはtachyonfactoryによって開発されたChromeの拡張機能で、その主な機能は「Push Authenticator Pro for iOS/Android」です。

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

Push Authenticator Pro拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Push Authenticator Pro uses push messaging for two-factor authentication.

Chrome Extension allows you to send push requests to iOS/Android app. You'll get push message from iOS/Android app and send two-factor authentication codes to the Chrome.

YouTube video:
https://www.youtube.com/watch?v=3TVLOAknvrI

iOS app and Android app is available from https://bit.ly/pap-install .                    

拡張機能の基本情報

名前 Push Authenticator Pro Push Authenticator Pro
ID bmkgobnckmhcmpdhojfmanpanbhjfmce
公式URL https://chromewebstore.google.com/detail/push-authenticator-pro/bmkgobnckmhcmpdhojfmanpanbhjfmce
説明 Push Authenticator Pro for iOS/Android
ファイルサイズ 102 KB
インストール数 343
現在のバージョン 1.0.0
最終更新日 2019-06-29
公開日 2019-06-25
評価 5.00/5 合計 1 レビュー
開発者 tachyonfactory
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://tachyonfactory.com/pushauthenticatorpro/help.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Push Authenticator Pro",
    "description": "Push Authenticator Pro for iOS\/Android",
    "version": "1.0.0",
    "icons": {
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "aes-js.js",
            "base32.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "cs.js"
            ],
            "css": [
                "cs.css"
            ],
            "all_frames": false,
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "clipboardWrite"
    ]
}