Sonikpass Bluetooth Communications

Sonikpass Verified Presence™ Extension.

Co to jest Sonikpass Bluetooth Communications?

Sonikpass Bluetooth Communications to rozszerzenie Chrome opracowane przez http://sonikpass.com, a jego główną funkcją jest „Sonikpass Verified Presence™ Extension.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Sonikpass Bluetooth Communications

Pobierz pliki rozszerzeń Sonikpass Bluetooth Communications w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Sonikpass Bluetooth Communications Sonikpass Bluetooth Communications
ID gpcefflpdphfbkpppaigiklmhicpbhld
Oficjalny URL https://chrome.google.com/webstore/detail/sonikpass-bluetooth-commu/gpcefflpdphfbkpppaigiklmhicpbhld
Opis Sonikpass Verified Presence™ Extension.
Rozmiar pliku 40.51 KB
Liczba instalacji 1,000
Aktualna Wersja 3.32
Ostatnia Aktualizacja 2017-10-12
Data Publikacji 2017-10-12
Ocena 3.38/5 Łącznie 55 Oceny
Deweloper http://sonikpass.com
Typ Płatności free
Strona Rozszerzenia https://www.sonikpass.com
Adres URL Strony Pomocy https://console.sonikpass.com/#faq
Obsługiwane Języki 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"
    ]
}