Paste https, custom scheme, or intent:// URLs — validate structure, spot common issues, and copy ready-to-run ADB commands. Supports bulk lines, filters, and export.
| Status | URL | Scheme / host | Notes | ADB |
|---|---|---|---|---|
| Run analysis to see results. | ||||
Enter deep link URLs (one per line).
A deep link is a URL that opens a specific screen inside your app instead of only launching the home screen. Common forms include
https:// App Links, custom:// schemes, and Chrome intent:// URLs that describe how to resolve an action in another app.
intent:// fragment shape.
Each row includes an ADB command using am start with VIEW. Run it on a connected device or emulator with USB debugging
enabled. If multiple handlers exist, Android may show a disambiguation dialog.
App Links require host verification and manifest intent filters. This tool only validates URL syntax, not on-device routing.
Custom schemes are quick to prototype but less standardized. https links integrate better with web fallbacks and SEO-style sharing.
Paste the full Chrome intent URL here. Use ADB on a device, or open from a browser context that supports intent resolution.
Yes. Paste one per line, import a file, then filter and export CSV or JSON.
No. Analysis runs locally in your browser.
Spaces must be percent-encoded. Raw spaces often break parsing and installs in CI logs.
Yes — stable copy-paste commands help QA reproduce issues across machines (with adb on PATH).