Sonikpass Verified Presence™ Extension
Communicates with the Sonikpass Verified Presence™ system.
Cos'è Sonikpass Verified Presence™ Extension?
Sonikpass Verified Presence™ Extension è un'estensione di Chrome sviluppata da https://www.sonikpass.com, e la sua funzione principale è "Communicates with the Sonikpass Verified Presence™ system.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Sonikpass Verified Presence™ Extension
Scarica i file di estensione Sonikpass Verified Presence™ Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
Nome | |
ID | bacbcaacacbmocnfkahiaondgocoknpk |
URL Ufficiale | https://chromewebstore.google.com/detail/sonikpass-verified-presen/bacbcaacacbmocnfkahiaondgocoknpk |
Descrizione | Communicates with the Sonikpass Verified Presence™ system. |
Dimensione del File | 36.26 KB |
Conteggio Installazioni | 19 |
Versione Corrente | 3.6 |
Ultimo Aggiornamento | 2017-10-24 |
Data di Pubblicazione | 2017-10-24 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://www.sonikpass.com |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |