Sonikpass Bluetooth Communications

Sonikpass Verified Presence™ Extension.

ما هو Sonikpass Bluetooth Communications؟

Sonikpass Bluetooth Communications هو إضافة Chrome تم تطويرها بواسطة http://sonikpass.com، والميزة الرئيسية لها هي "Sonikpass Verified Presence™ Extension.".

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

screenshot

تحميل ملف CRX للإضافة Sonikpass Bluetooth Communications

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

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

                        The Sonikpass Chrome Extensions allows Chrome to communicate with the Sonikpass Verified Presence system.                    

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

الاسم Sonikpass Bluetooth Communications Sonikpass Bluetooth Communications
ID gpcefflpdphfbkpppaigiklmhicpbhld
عنوان URL الرسمي https://chrome.google.com/webstore/detail/sonikpass-bluetooth-commu/gpcefflpdphfbkpppaigiklmhicpbhld
الوصف Sonikpass Verified Presence™ Extension.
حجم الملف 40.51 KB
عدد التثبيتات 1,000
النسخة الحالية 3.32
آخر تحديث 2017-10-12
تاريخ النشر 2017-10-12
تقييم 3.38/5 مجموع تقييمات 55
المطور http://sonikpass.com
نوع الدفع free
موقع الإضافة https://www.sonikpass.com
عنوان صفحة المساعدة https://console.sonikpass.com/#faq
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Sonikpass Verified Presence\u2122 Extension.",
    "manifest_version": 2,
    "name": "Sonikpass Bluetooth Communications",
    "short_name": "Sonikpass",
    "version": "3.32",
    "icons": {
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": false,
            "matches": [
                "https:\/\/console.sonikpass.com\/*",
                "https:\/\/console.sonikpass.com\/*",
                "https:\/\/console.jason.sonikpass.com\/*",
                "https:\/\/console.dev.sonikpass.com\/*",
                "",
                "https:\/\/idp.sonikpass.com\/*",
                "https:\/\/idp.stage.sonikpass.com\/*",
                "https:\/\/idp.dev.sonikpass.com\/*",
                "https:\/\/console.stage.sonikpass.com\/*"
            ],
            "js": [
                "communication.js"
            ]
        }
    ],
    "permissions": [
        "nativeMessaging",
        "tabs"
    ]
}