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 . 擴展基本資訊
| 名稱 | |
| ID | bmkgobnckmhcmpdhojfmanpanbhjfmce |
| 官方網址 | 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"
]
} | |