Push Authenticator Pro

Push Authenticator Pro for iOS/Android

ما هو Push Authenticator Pro؟

Push Authenticator Pro هو إضافة Chrome تم تطويرها بواسطة tachyonfactory، والميزة الرئيسية لها هي "Push Authenticator Pro for iOS/Android".

لقطات شاشة التمديد

تحميل ملف CRX للإضافة Push Authenticator Pro

قم بتنزيل ملفات الامتداد Push Authenticator Pro بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة المساعدة 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"
    ]
}