Trying to create extension attributes to verify the presence of Chrome Apps but I'm baffled. To clarify for anyone who man be unfamiliar, Chrome Apps are different than extensions, they're applications that run on the Google Chrome web browser.
Chrome apps are stored in /Users/~/Applications/Chrome Apps/
BUT
The directory names displayed in Finder do not match the actual file names, aka the ones displayed in terminal.
As an example
FINDER /Users/~/Applications/Chrome Apps/Authy.app TERMKNAL (ls -al) Profile 12 gaedmjdfmmahhbjefcbgaolhhanlaolb.app
See screenshots for further clarification
So, my question becomes, how do I create an extension attribute for something when Im not sure what the filename will be? Can I grep the display filename as opposed to the actual file name?

