Sonikpass Bluetooth Communications

Sonikpass Verified Presence™ Extension.

Vad är Sonikpass Bluetooth Communications?

Sonikpass Bluetooth Communications är en Chrome-tillägg utvecklad av http://sonikpass.com, och dess huvudfunktion är "Sonikpass Verified Presence™ Extension.".

Tilläggsskärmbilder

screenshot

Ladda ner Sonikpass Bluetooth Communications-förlängningens CRX-fil

Ladda ner Sonikpass Bluetooth Communications-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Sonikpass Bluetooth Communications Sonikpass Bluetooth Communications
ID gpcefflpdphfbkpppaigiklmhicpbhld
Officiell webbadress https://chrome.google.com/webstore/detail/sonikpass-bluetooth-commu/gpcefflpdphfbkpppaigiklmhicpbhld
Beskrivning Sonikpass Verified Presence™ Extension.
Filstorlek 40.51 KB
Antal Installationer 1,000
Aktuell Version 3.32
Senast Uppdaterad 2017-10-12
Publiceringsdatum 2017-10-12
Betyg 3.38/5 Totalt 55 Betyg
Utvecklare http://sonikpass.com
Betalningssätt free
Tilläggswebbplats https://www.sonikpass.com
Hjälpsida URL https://console.sonikpass.com/#faq
Stödda Språk 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"
    ]
}