SuperDog Authentication Extension

Send a message to a native application for authentication.

ما هو SuperDog Authentication Extension؟

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

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

screenshot

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

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

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

                        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 Authentication Extension SuperDog Authentication Extension
ID pkoaafcbkhngggbdlpjojgadneppiajj
عنوان URL الرسمي https://chromewebstore.google.com/detail/superdog-authentication-e/pkoaafcbkhngggbdlpjojgadneppiajj
الوصف Send a message to a native application for authentication.
حجم الملف 15.21 KB
عدد التثبيتات 1,561
النسخة الحالية 2.0
آخر تحديث 2023-11-12
تاريخ النشر 2016-01-04
تقييم 3.67/5 مجموع تقييمات 3
المطور SuperDog Team
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SuperDog Authentication Extension",
    "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"
    ]
}