I made a chrome extension that finds phone number in our crm. Uptil now, it works. I can console.log it and it displays correctly.
We have jitsi softphone which has a URL handler configured. So, whenever I click any link with "sip:444@sipdomain", it fires jitsi and place call directly.
Is it possible to achieve that from my browserAction or simply call that from javascript without reloading the page?