Sonikpass Bluetooth Communications

Sonikpass Verified Presence™ Extension.

Was ist Sonikpass Bluetooth Communications?

Sonikpass Bluetooth Communications ist eine Chrome-Erweiterung, die von http://sonikpass.com entwickelt wurde, und ihr Hauptmerkmal ist "Sonikpass Verified Presence™ Extension.".

Erweiterungsscreenshots

screenshot

Sonikpass Bluetooth Communications-Erweiterungs-CRX-Datei herunterladen

Laden Sie Sonikpass Bluetooth Communications-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Sonikpass Bluetooth Communications Sonikpass Bluetooth Communications
ID gpcefflpdphfbkpppaigiklmhicpbhld
Offizielle URL https://chrome.google.com/webstore/detail/sonikpass-bluetooth-commu/gpcefflpdphfbkpppaigiklmhicpbhld
Beschreibung Sonikpass Verified Presence™ Extension.
Dateigröße 40.51 KB
Installationsanzahl 1,000
Aktuelle Version 3.32
Letztes Update 2017-10-12
Veröffentlichungsdatum 2017-10-12
Bewertung 3.38/5 Insgesamt 55 Bewertungen
Entwickler http://sonikpass.com
Zahlungsart free
Erweiterungswebsite https://www.sonikpass.com
Hilfeseite URL https://console.sonikpass.com/#faq
Unterstützte Sprachen 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"
    ]
}