I am building a chrome extension which will only be available for people within the company I work for.
The extension needs input - which can be generated with a simple que
You'll have to create an intermediary web app that will interface with the Database. Then you can make AJAX calls from the extension to your web app's API, which will in turn query the database and return results.