Verasoft Device ID
Virtual Device ID Generator
Verasoft Device ID là gì?
Verasoft Device ID là một tiện ích mở rộng Chrome được phát triển bởi Verasoft LLC, và tính năng chính của nó là "Virtual Device ID Generator".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Verasoft Device ID
Tải xuống các tệp mở rộng Verasoft Device ID dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | dgfheoodkminepefbhbadjhemnfjpife |
URL Chính Thức | https://chrome.google.com/webstore/detail/verasoft-device-id/dgfheoodkminepefbhbadjhemnfjpife |
Mô tả | Virtual Device ID Generator |
Kích Thước Tệp | 25.41 KB |
Số Lần Cài Đặt | 91 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2022-12-21 |
Ngày Phát Hành | 2020-03-17 |
Nhà Phát Triển | Verasoft LLC |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://verasoft.com |
URL Trang Trợ Giúp | https://verasoft.com |
URL Trang Chính Sách Bảo Mật | https://verasoft.com/legal/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |