Push Authenticator Pro

Push Authenticator Pro for iOS/Android

Push Authenticator Pro là gì?

Push Authenticator Pro là một tiện ích mở rộng Chrome được phát triển bởi tachyonfactory, và tính năng chính của nó là "Push Authenticator Pro for iOS/Android".

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

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

Tải xuống các tệp mở rộng Push Authenticator Pro 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

                        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 .                    

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

Tên Push Authenticator Pro Push Authenticator Pro
ID bmkgobnckmhcmpdhojfmanpanbhjfmce
URL Chính Thức https://chromewebstore.google.com/detail/push-authenticator-pro/bmkgobnckmhcmpdhojfmanpanbhjfmce
Mô tả Push Authenticator Pro for iOS/Android
Kích Thước Tệp 102 KB
Số Lần Cài Đặt 343
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2019-06-29
Ngày Phát Hành 2019-06-25
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển tachyonfactory
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://tachyonfactory.com/pushauthenticatorpro/help.html
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}