Sonikpass Verified Presence™ Extension

Communicates with the Sonikpass Verified Presence™ system.

Wat is Sonikpass Verified Presence™ Extension?

Sonikpass Verified Presence™ Extension is een Chrome-extensie ontwikkeld door https://www.sonikpass.com, en de belangrijkste functie is "Communicates with the Sonikpass Verified Presence™ system.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Sonikpass Verified Presence™ Extension

Download Sonikpass Verified Presence™ Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Sonikpass Verified Presence™ Extension Sonikpass Verified Presence™ Extension
ID bacbcaacacbmocnfkahiaondgocoknpk
Officiële URL https://chromewebstore.google.com/detail/sonikpass-verified-presen/bacbcaacacbmocnfkahiaondgocoknpk
Beschrijving Communicates with the Sonikpass Verified Presence™ system.
Bestandsgrootte 36.26 KB
Aantal Installaties 19
Huidige Versie 3.6
Laatst Bijgewerkt 2017-10-24
Publicatiedatum 2017-10-24
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://www.sonikpass.com
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sonikpass Verified Presence\u2122 Extension",
    "short_name": "Sonikpass",
    "version": "3.6",
    "description": "Communicates with the Sonikpass Verified Presence\u2122 system.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png"
    },
    "incognito": "split",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.sonikpass.com\/*"
        ]
    },
    "permissions": [
        "nativeMessaging"
    ]
}