Verasoft Device ID
Virtual Device ID Generator
Was ist Verasoft Device ID?
Verasoft Device ID ist eine Chrome-Erweiterung, die von Verasoft LLC entwickelt wurde, und ihr Hauptmerkmal ist "Virtual Device ID Generator".
Erweiterungsscreenshots
Verasoft Device ID-Erweiterungs-CRX-Datei herunterladen
Laden Sie Verasoft Device ID-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | dgfheoodkminepefbhbadjhemnfjpife |
Offizielle URL | https://chrome.google.com/webstore/detail/verasoft-device-id/dgfheoodkminepefbhbadjhemnfjpife |
Beschreibung | Virtual Device ID Generator |
Dateigröße | 25.41 KB |
Installationsanzahl | 91 |
Aktuelle Version | 1.1 |
Letztes Update | 2022-12-21 |
Veröffentlichungsdatum | 2020-03-17 |
Entwickler | Verasoft LLC |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://verasoft.com |
Hilfeseite URL | https://verasoft.com |
URL der Datenschutzrichtlinien-Seite | https://verasoft.com/legal/privacy-policy |
Unterstützte Sprachen | 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" ] } ] } |