Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.36 KB

README.md

File metadata and controls

28 lines (19 loc) · 1.36 KB

[DEPRECATED] GooglePlayDeviceExporter

This JS exports compatible devices list for published app on Google Play.

Why is written?

Google Play Developer Console doesn't allow to export a list of compatible devices with your published APK.

How it works?

Parses HTML code looking for all devices shown on your setup panel. When all items are registered, the browser will open a new tab with the devices list.

How to use?

Installation

You can download any web extension that executes JS on webpages, and include exporter.js to it.

For example, Tampermonkey (Chrome Store link)

Execution

  1. Go to Google Play Developer Console

  2. Open an app detail

  3. Go to APK section

  4. Click on "See list" link below the number of supported devices

  5. Exporter will parse html and open a new tab with the info (Manufacturer, product and name)

Remember to allow pop-up