Verasoft Device ID

Virtual Device ID Generator

Cos'è Verasoft Device ID?

Verasoft Device ID è un'estensione di Chrome sviluppata da Verasoft LLC, e la sua funzione principale è "Virtual Device ID Generator".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Verasoft Device ID

Scarica i file di estensione Verasoft Device ID in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Verasoft Device ID Verasoft Device ID
ID dgfheoodkminepefbhbadjhemnfjpife
URL Ufficiale https://chrome.google.com/webstore/detail/verasoft-device-id/dgfheoodkminepefbhbadjhemnfjpife
Descrizione Virtual Device ID Generator
Dimensione del File 25.41 KB
Conteggio Installazioni 91
Versione Corrente 1.1
Ultimo Aggiornamento 2022-12-21
Data di Pubblicazione 2020-03-17
Sviluppatore Verasoft LLC
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://verasoft.com
URL della Pagina di Aiuto https://verasoft.com
URL della Pagina della Politica sulla Privacy https://verasoft.com/legal/privacy-policy
Lingue Supportate 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"
            ]
        }
    ]
}