Sonikpass Verified Presence™ Extension
Communicates with the Sonikpass Verified Presence™ system.
What is Sonikpass Verified Presence™ Extension?
Sonikpass Verified Presence™ Extension is a Chrome extension developed by https://www.sonikpass.com, and its main feature is "Communicates with the Sonikpass Verified Presence™ system.".
Extension Screenshots
Download Sonikpass Verified Presence™ Extension Extension CRX File
Download Sonikpass Verified Presence™ Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | bacbcaacacbmocnfkahiaondgocoknpk |
Official URL | https://chromewebstore.google.com/detail/sonikpass-verified-presen/bacbcaacacbmocnfkahiaondgocoknpk |
Description | Communicates with the Sonikpass Verified Presence™ system. |
File Size | 36.26 KB |
Installation Count | 19 |
Current Version | 3.6 |
Last Updated | 2017-10-24 |
Publish Date | 2017-10-24 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://www.sonikpass.com |
Payment Type | free |
Supported Languages | 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" ] } |