talkdesk-useragent-switcher/data/popup
2017-09-13 14:48:12 +04:30
..
index.css my first commit 2017-09-13 14:48:12 +04:30
index.html my first commit 2017-09-13 14:48:12 +04:30
index.js my first commit 2017-09-13 14:48:12 +04:30
list.json my first commit 2017-09-13 14:48:12 +04:30
loading.gif my first commit 2017-09-13 14:48:12 +04:30
ReadMe.txt my first commit 2017-09-13 14:48:12 +04:30
ua-parser.min.js my first commit 2017-09-13 14:48:12 +04:30

Generating the list:

Run
JSON.stringify([...document.querySelectorAll('li a')].map(a => a.textContent))
on
http://www.useragentstring.com/pages/useragentstring.php?typ=Browser