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
官方網址 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"
    ]
}