Verasoft Device ID
Virtual Device ID Generator
什么是Verasoft Device ID?
Verasoft Device ID是由Verasoft LLC开发的Chrome扩展程序,该扩展的主要功能是“Virtual Device ID Generator”。
扩展截图
下载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.
扩展基本信息
名称 | |
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" ] } ] } |