Basically I am trying to create a web page that will open boost mobiles web site and pull IMEI's from an MS sql database (no issues with the DB). What I can't figure out is how (or if it is even possible) to transfer variable values from a chrome snippet to my imei.js file. They are all stored in the same folder so the path should not be an issue. Can you transfer values this way and if so how?
Have tried import/export and also using src tags in my html file.