Sonikpass Verified Presence™ Extension
Communicates with the Sonikpass Verified Presence™ system.
Co to jest Sonikpass Verified Presence™ Extension?
Sonikpass Verified Presence™ Extension to rozszerzenie Chrome opracowane przez https://www.sonikpass.com, a jego główną funkcją jest „Communicates with the Sonikpass Verified Presence™ system.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Sonikpass Verified Presence™ Extension
Pobierz pliki rozszerzeń Sonikpass Verified Presence™ Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | bacbcaacacbmocnfkahiaondgocoknpk |
Oficjalny URL | https://chromewebstore.google.com/detail/sonikpass-verified-presen/bacbcaacacbmocnfkahiaondgocoknpk |
Opis | Communicates with the Sonikpass Verified Presence™ system. |
Rozmiar pliku | 36.26 KB |
Liczba instalacji | 19 |
Aktualna Wersja | 3.6 |
Ostatnia Aktualizacja | 2017-10-24 |
Data Publikacji | 2017-10-24 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | https://www.sonikpass.com |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |