Verasoft Device ID
Virtual Device ID Generator
Wat is Verasoft Device ID?
Verasoft Device ID is een Chrome-extensie ontwikkeld door Verasoft LLC, en de belangrijkste functie is "Virtual Device ID Generator".
Extensie Screenshots
Download het CRX-bestand van de extensie Verasoft Device ID
Download Verasoft Device ID-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | dgfheoodkminepefbhbadjhemnfjpife |
Officiële URL | https://chrome.google.com/webstore/detail/verasoft-device-id/dgfheoodkminepefbhbadjhemnfjpife |
Beschrijving | Virtual Device ID Generator |
Bestandsgrootte | 25.41 KB |
Aantal Installaties | 91 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2022-12-21 |
Publicatiedatum | 2020-03-17 |
Ontwikkelaar | Verasoft LLC |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://verasoft.com |
Help Pagina-URL | https://verasoft.com |
URL van de Privacybeleid Pagina | https://verasoft.com/legal/privacy-policy |
Ondersteunde Talen | 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" ] } ] } |