Sonikpass Bluetooth Communications

Sonikpass Verified Presence™ Extension.

Hvad er Sonikpass Bluetooth Communications?

Sonikpass Bluetooth Communications er en Chrome-udvidelse udviklet af http://sonikpass.com, og dens hovedfunktion er "Sonikpass Verified Presence™ Extension.".

Udvidelsesskærmbilleder

screenshot

Download Sonikpass Bluetooth Communications-udvidelses-CRX-fil

Download Sonikpass Bluetooth Communications-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Sonikpass Bluetooth Communications Sonikpass Bluetooth Communications
ID gpcefflpdphfbkpppaigiklmhicpbhld
Officiel URL https://chrome.google.com/webstore/detail/sonikpass-bluetooth-commu/gpcefflpdphfbkpppaigiklmhicpbhld
Beskrivelse Sonikpass Verified Presence™ Extension.
Filstørrelse 40.51 KB
Antal Installationer 1,000
Nuværende Version 3.32
Senest Opdateret 2017-10-12
Udgivelsesdato 2017-10-12
Bedømmelse 3.38/5 Samlet 55 Bedømmelser
Udvikler http://sonikpass.com
Betalingsmetode free
Udvidelseswebsted https://www.sonikpass.com
Hjælpeside-URL https://console.sonikpass.com/#faq
Understøttede Sprog 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"
    ]
}