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"
    ]
}