Verasoft Device ID

Virtual Device ID Generator

什麼是Verasoft Device ID?

Verasoft Device ID是由Verasoft LLC開發的Chrome擴展程式,該擴展的主要功能是“Virtual Device ID Generator”。

擴展截圖

screenshot

下載Verasoft Device ID擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}