Verasoft Device ID

Virtual Device ID Generator

Hvad er Verasoft Device ID?

Verasoft Device ID er en Chrome-udvidelse udviklet af Verasoft LLC, og dens hovedfunktion er "Virtual Device ID Generator".

Udvidelsesskærmbilleder

screenshot

Download Verasoft Device ID-udvidelses-CRX-fil

Download Verasoft Device ID-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Verasoft Device ID Verasoft Device ID
ID dgfheoodkminepefbhbadjhemnfjpife
Officiel URL https://chrome.google.com/webstore/detail/verasoft-device-id/dgfheoodkminepefbhbadjhemnfjpife
Beskrivelse Virtual Device ID Generator
Filstørrelse 25.41 KB
Antal Installationer 91
Nuværende Version 1.1
Senest Opdateret 2022-12-21
Udgivelsesdato 2020-03-17
Udvikler Verasoft LLC
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://verasoft.com
Hjælpeside-URL https://verasoft.com
URL til Fortrolighedspolitik Side https://verasoft.com/legal/privacy-policy
Understøttede Sprog 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"
            ]
        }
    ]
}