Sonikpass Bluetooth Communications

Sonikpass Verified Presence™ Extension.

What is Sonikpass Bluetooth Communications?

Sonikpass Bluetooth Communications is a Chrome extension developed by http://sonikpass.com, and its main feature is "Sonikpass Verified Presence™ Extension.".

Extension Screenshots

screenshot

Download Sonikpass Bluetooth Communications Extension CRX File

Download Sonikpass Bluetooth Communications extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Sonikpass Bluetooth Communications Sonikpass Bluetooth Communications
ID gpcefflpdphfbkpppaigiklmhicpbhld
Official URL https://chrome.google.com/webstore/detail/sonikpass-bluetooth-commu/gpcefflpdphfbkpppaigiklmhicpbhld
Description Sonikpass Verified Presence™ Extension.
File Size 40.51 KB
Installation Count 1,000
Current Version 3.32
Last Updated 2017-10-12
Publish Date 2017-10-12
Rating 3.38/5 Total 55 Ratings
Developer http://sonikpass.com
Payment Type free
Extension Website https://www.sonikpass.com
Help Page URL https://console.sonikpass.com/#faq
Supported Languages 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"
    ]
}