Verasoft Device ID

Virtual Device ID Generator

What is Verasoft Device ID?

Verasoft Device ID is a Chrome extension developed by Verasoft LLC, and its main feature is "Virtual Device ID Generator".

Extension Screenshots

screenshot

Download Verasoft Device ID Extension CRX File

Download Verasoft Device ID extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Verasoft Device ID Verasoft Device ID
ID dgfheoodkminepefbhbadjhemnfjpife
Official URL https://chrome.google.com/webstore/detail/verasoft-device-id/dgfheoodkminepefbhbadjhemnfjpife
Description Virtual Device ID Generator
File Size 25.41 KB
Installation Count 91
Current Version 1.1
Last Updated 2022-12-21
Publish Date 2020-03-17
Developer Verasoft LLC
Email [email protected]
Payment Type free
Extension Website https://verasoft.com
Help Page URL https://verasoft.com
Privacy Policy Page URL https://verasoft.com/legal/privacy-policy
Supported Languages 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"
            ]
        }
    ]
}