Sonikpass Bluetooth Communications

Sonikpass Verified Presence™ Extension.

Apa itu Sonikpass Bluetooth Communications?

Sonikpass Bluetooth Communications adalah ekstensi Chrome yang dikembangkan oleh http://sonikpass.com, dan fitur utamanya adalah "Sonikpass Verified Presence™ Extension.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Sonikpass Bluetooth Communications

Unduh file ekstensi Sonikpass Bluetooth Communications dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Sonikpass Bluetooth Communications Sonikpass Bluetooth Communications
ID gpcefflpdphfbkpppaigiklmhicpbhld
URL Resmi https://chrome.google.com/webstore/detail/sonikpass-bluetooth-commu/gpcefflpdphfbkpppaigiklmhicpbhld
Deskripsi Sonikpass Verified Presence™ Extension.
Ukuran File 40.51 KB
Jumlah Instalasi 1,000
Versi Saat Ini 3.32
Terakhir Diperbarui 2017-10-12
Tanggal Publikasi 2017-10-12
Penilaian 3.38/5 Total 55 Penilaian
Pengembang http://sonikpass.com
Tipe Pembayaran free
Situs Ekstensi https://www.sonikpass.com
URL Halaman Bantuan https://console.sonikpass.com/#faq
Bahasa yang Didukung 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"
    ]
}