Sonikpass Bluetooth Communications

Sonikpass Verified Presence™ Extension.

Cos'è Sonikpass Bluetooth Communications?

Sonikpass Bluetooth Communications è un'estensione di Chrome sviluppata da http://sonikpass.com, e la sua funzione principale è "Sonikpass Verified Presence™ Extension.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Sonikpass Bluetooth Communications

Scarica i file di estensione Sonikpass Bluetooth Communications in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Sonikpass Bluetooth Communications Sonikpass Bluetooth Communications
ID gpcefflpdphfbkpppaigiklmhicpbhld
URL Ufficiale https://chrome.google.com/webstore/detail/sonikpass-bluetooth-commu/gpcefflpdphfbkpppaigiklmhicpbhld
Descrizione Sonikpass Verified Presence™ Extension.
Dimensione del File 40.51 KB
Conteggio Installazioni 1,000
Versione Corrente 3.32
Ultimo Aggiornamento 2017-10-12
Data di Pubblicazione 2017-10-12
Valutazione 3.38/5 Totale 55 Valutazioni
Sviluppatore http://sonikpass.com
Tipo di Pagamento free
Sito Web dell'Estensione https://www.sonikpass.com
URL della Pagina di Aiuto https://console.sonikpass.com/#faq
Lingue Supportate 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"
    ]
}