Look up a VID / PID
No device needed. Paste an id in any of the shapes you already have it in and get the vendor and product names.
Search vendors by name
Pick a vendor to drop its id into the box above.
Identify a plugged-in device
Reads the descriptors the browser already has. The device is never opened, claimed or written to.
Browser support
Only the device half needs WebUSB. What runs where
| Feature | Chrome | Edge | Firefox | Safari |
|---|---|---|---|---|
| VID/PID lookup and vendor searchPure table lookup — no device, no permission prompt, every browser. | Supported | Supported | Supported | Supported |
| navigator.usb device pickerChromium desktop browsers only; Firefox and Safari ship no WebUSB. | Supported | Supported | Not supported | Not supported |
| Reading configuration descriptorsRead straight from the permitted device, without opening it. | Supported | Supported | Not supported | Not supported |
| Connecting a device on AndroidWe have not tested this on Android. Firefox ships no WebUSB on any platform, and Safari does not exist on Android. | Untested | Untested | Not supported | Not applicable |
| Keyboards, webcams, storage, smart cardsChromium hides these protected classes from the picker on every OS, so they can only be looked up by id. | Not supported | Not supported | Not applicable | Not applicable |
Detected browser capabilities
- navigator.usb …
- Secure Context (HTTPS) …