Verasoft Device ID
Virtual Device ID Generator
Co to jest Verasoft Device ID?
Verasoft Device ID to rozszerzenie Chrome opracowane przez Verasoft LLC, a jego główną funkcją jest „Virtual Device ID Generator”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Verasoft Device ID
Pobierz pliki rozszerzeń Verasoft Device ID 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
This extension identifies the device you are using for Verasoft software systems, so that your device properly communicates with designated printers, credit card terminals, and other necessary accessories.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | dgfheoodkminepefbhbadjhemnfjpife |
Oficjalny URL | https://chrome.google.com/webstore/detail/verasoft-device-id/dgfheoodkminepefbhbadjhemnfjpife |
Opis | Virtual Device ID Generator |
Rozmiar pliku | 25.41 KB |
Liczba instalacji | 91 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2022-12-21 |
Data Publikacji | 2020-03-17 |
Deweloper | Verasoft LLC |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://verasoft.com |
Adres URL Strony Pomocy | https://verasoft.com |
Adres URL Strony Polityki Prywatności | https://verasoft.com/legal/privacy-policy |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Verasoft Device ID", "version": "1.1", "description": "Virtual Device ID Generator", "manifest_version": 3, "permissions": [ "storage", "activeTab" ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "action": { "default_icon": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "default_popup": "popup.html", "default_title": "VERASOFT VIRTUAL DEVICE ID" }, "background": { "service_worker": "service-worker.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "storageAccess.js", "hostHelper.js" ] } ] } |