Verasoft Device ID
Virtual Device ID Generator
Apa itu Verasoft Device ID?
Verasoft Device ID adalah ekstensi Chrome yang dikembangkan oleh Verasoft LLC, dan fitur utamanya adalah "Virtual Device ID Generator".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Verasoft Device ID
Unduh file ekstensi Verasoft Device ID dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | dgfheoodkminepefbhbadjhemnfjpife |
URL Resmi | https://chrome.google.com/webstore/detail/verasoft-device-id/dgfheoodkminepefbhbadjhemnfjpife |
Deskripsi | Virtual Device ID Generator |
Ukuran File | 25.41 KB |
Jumlah Instalasi | 91 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2022-12-21 |
Tanggal Publikasi | 2020-03-17 |
Pengembang | Verasoft LLC |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://verasoft.com |
URL Halaman Bantuan | https://verasoft.com |
URL Halaman Kebijakan Privasi | https://verasoft.com/legal/privacy-policy |
Bahasa yang Didukung | 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" ] } ] } |