Verasoft Device ID

Virtual Device ID Generator

Vad är Verasoft Device ID?

Verasoft Device ID är en Chrome-tillägg utvecklad av Verasoft LLC, och dess huvudfunktion är "Virtual Device ID Generator".

Tilläggsskärmbilder

screenshot

Ladda ner Verasoft Device ID-förlängningens CRX-fil

Ladda ner Verasoft Device ID-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Verasoft Device ID Verasoft Device ID
ID dgfheoodkminepefbhbadjhemnfjpife
Officiell webbadress https://chrome.google.com/webstore/detail/verasoft-device-id/dgfheoodkminepefbhbadjhemnfjpife
Beskrivning Virtual Device ID Generator
Filstorlek 25.41 KB
Antal Installationer 91
Aktuell Version 1.1
Senast Uppdaterad 2022-12-21
Publiceringsdatum 2020-03-17
Utvecklare Verasoft LLC
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://verasoft.com
Hjälpsida URL https://verasoft.com
URL till Sekretesspolicy Sidan https://verasoft.com/legal/privacy-policy
Stödda Språk 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"
            ]
        }
    ]
}