Sonikpass Bluetooth Communications

Sonikpass Verified Presence™ Extension.

什么是Sonikpass Bluetooth Communications?

Sonikpass Bluetooth Communications是由http://sonikpass.com开发的Chrome扩展程序,该扩展的主要功能是“Sonikpass Verified Presence™ Extension.”。

扩展截图

screenshot

下载Sonikpass Bluetooth Communications扩展crx文件

下载Sonikpass Bluetooth Communications扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Sonikpass Bluetooth Communications Sonikpass Bluetooth Communications
ID gpcefflpdphfbkpppaigiklmhicpbhld
官方URL https://chrome.google.com/webstore/detail/sonikpass-bluetooth-commu/gpcefflpdphfbkpppaigiklmhicpbhld
简介 Sonikpass Verified Presence™ Extension.
文件大小 40.51 KB
安装次数 1,000
当前版本 3.32
更新时间 2017-10-12
上架时间 2017-10-12
评分 3.38/5 共55次评分
开发者 http://sonikpass.com
付费类型 free
扩展官网 https://www.sonikpass.com
帮助页面URL https://console.sonikpass.com/#faq
支持的语言 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"
    ]
}