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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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
URL страницы помощи 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"
    ]
}