Verasoft Device ID
Virtual Device ID Generator
Verasoft Device IDคืออะไร?
Verasoft Device ID เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Verasoft LLC และคุณลักษณะหลักของมันคือ "Virtual Device ID Generator"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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" ] } ] } |