Verasoft Device ID

Virtual Device ID Generator

Что такое Verasoft Device ID?

Verasoft Device ID - это расширение Chrome, разработанное Verasoft LLC, и его основная функция - "Virtual Device ID Generator".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Verasoft Device ID

Скачайте файлы расширений Verasoft Device ID в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Verasoft Device ID Verasoft Device ID
ID dgfheoodkminepefbhbadjhemnfjpife
Официальный URL https://chrome.google.com/webstore/detail/verasoft-device-id/dgfheoodkminepefbhbadjhemnfjpife
Описание Virtual Device ID Generator
Размер файла 25.41 KB
Количество установок 91
Текущая Версия 1.1
Последнее Обновление 2022-12-21
Дата публикации 2020-03-17
Разработчик Verasoft LLC
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://verasoft.com
URL страницы помощи https://verasoft.com
URL страницы политики конфиденциальности https://verasoft.com/legal/privacy-policy
Поддерживаемые языки 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"
            ]
        }
    ]
}