I am building a chrome extension, where I require to call function of native page to the extension js. How it can be possible?
I tried calling even on
$(document).ready(function(e){
but that even didn't work. Function of page is not available to chrome extension js.