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 |
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 |
电子邮箱 | [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" ] } |