SuperDog Extension for Authentication

Send a message to a native application for authentication.

ما هو SuperDog Extension for Authentication؟

SuperDog Extension for Authentication هو إضافة Chrome تم تطويرها بواسطة SuperDog Team، والميزة الرئيسية لها هي "Send a message to a native application for authentication.".

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

screenshot

تحميل ملف CRX للإضافة SuperDog Extension for Authentication

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

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

                        SuperDog Extension for Authentication (used in iframe).
This extension exchange data with a native messaging host to help users on authentication to certain website using a SuperDog token. SuperDog token is a USB dongle which can be used for IP protection and website authentication.                    

معلومات أساسية عن التمديد

الاسم SuperDog Extension for Authentication SuperDog Extension for Authentication
ID hffoinfgcckjcnbnkklmllehiclagnam
عنوان URL الرسمي https://chromewebstore.google.com/detail/superdog-extension-for-au/hffoinfgcckjcnbnkklmllehiclagnam
الوصف Send a message to a native application for authentication.
حجم الملف 15.17 KB
عدد التثبيتات 1,000
النسخة الحالية 2.0
آخر تحديث 2023-11-08
تاريخ النشر 2017-09-14
تقييم 5.00/5 مجموع تقييمات 2
المطور SuperDog Team
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SuperDog Extension for Authentication",
    "version": "2.0",
    "manifest_version": 3,
    "description": "Send a message to a native application for authentication.",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [
        "nativeMessaging"
    ]
}