Chrome extension 1.0.6 released

I have just released an update to the popular Google Chrome extension for FOP2. This new version adds a context menu option to dial selected text. If the content parser fails to convert a number to click to dial, you can use text selection + right click to dial those numbers.

Check the details in the Chrome Web Store

Enjoy!

Comments

  • This is so much better and easier than the complicated TAPI setup one my CRM products requires.

    The only issue I have is that with a CRM called Zoho that uses Ajax (I believe, I'm not familiar with these things) , it doesn't detect the page changes.

    I tried using Tampermonkey and waitForKeyElements.js to catch the number element, remove the skype link Zoho adds. Then I have to manually refresh the page for the FOP2 extension to recognize it. I'm not sure if there's a way to tell the extension to scan the page again without manually hitting F5.
  • Right now the plugin does not work with any kind of dynamic content, I will see if I can update it in the future. In the meantime, you can select the number, right click for the context menu and fire a dial from there.
  • Can I have a list of all variables that can be passed like #{CLIDNUM}. I want to captured the dialed number
    called DNID is it possible with this extension. like #{CLIDNUM}, #{CLIDNAME}, #{UNIQUEID} I need to have
    #{DNID} or #{CLIDNID} I need to have dialed numbers.
    Waiting for the response.
  • If in your dialplan you have SetVar (xxxxx) then that variable xxxx might become available by the same name. The dialplan is yours to configure, so there is no fixed variable except for the ones mentioned in the sample. If you use FreePBX, one possibility is to try #{FROM_DID}

    Best regards,

Sign In or Register to comment.