Sonikpass Bluetooth Communications

Sonikpass Verified Presence™ Extension.

Co je Sonikpass Bluetooth Communications?

Sonikpass Bluetooth Communications je rozšíření Chrome vyvinuté http://sonikpass.com, a jeho hlavní funkcí je „Sonikpass Verified Presence™ Extension.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Sonikpass Bluetooth Communications

Stáhněte si soubory rozšíření Sonikpass Bluetooth Communications ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Sonikpass Bluetooth Communications Sonikpass Bluetooth Communications
ID gpcefflpdphfbkpppaigiklmhicpbhld
Oficiální URL https://chrome.google.com/webstore/detail/sonikpass-bluetooth-commu/gpcefflpdphfbkpppaigiklmhicpbhld
Popis Sonikpass Verified Presence™ Extension.
Velikost souboru 40.51 KB
Počet instalací 1,000
Aktuální Verze 3.32
Poslední Aktualizace 2017-10-12
Datum Vydání 2017-10-12
Hodnocení 3.38/5 Celkem 55 Hodnocení
Vývojář http://sonikpass.com
Typ Platby free
Webové stránky Rozšíření https://www.sonikpass.com
URL Stránky Nápovědy https://console.sonikpass.com/#faq
Podporované Jazyky 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"
    ]
}