Sonikpass Bluetooth Communications

Sonikpass Verified Presence™ Extension.

Wat is Sonikpass Bluetooth Communications?

Sonikpass Bluetooth Communications is een Chrome-extensie ontwikkeld door http://sonikpass.com, en de belangrijkste functie is "Sonikpass Verified Presence™ Extension.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Sonikpass Bluetooth Communications

Download Sonikpass Bluetooth Communications-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Sonikpass Bluetooth Communications Sonikpass Bluetooth Communications
ID gpcefflpdphfbkpppaigiklmhicpbhld
Officiële URL https://chrome.google.com/webstore/detail/sonikpass-bluetooth-commu/gpcefflpdphfbkpppaigiklmhicpbhld
Beschrijving Sonikpass Verified Presence™ Extension.
Bestandsgrootte 40.51 KB
Aantal Installaties 1,000
Huidige Versie 3.32
Laatst Bijgewerkt 2017-10-12
Publicatiedatum 2017-10-12
Beoordeling 3.38/5 Totaal 55 Beoordelingen
Ontwikkelaar http://sonikpass.com
Betalingswijze free
Extensiewebsite https://www.sonikpass.com
Help Pagina-URL https://console.sonikpass.com/#faq
Ondersteunde Talen 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"
    ]
}