FOP2 Chrome Extension doesn't work with clickable callto:
Hi,
My particular CRM links to numbers automatically by inserting a link (normal <a> tag) to the target callto:phone#. For example:
This would make sense to be clickable in Chrome, but instead it fails to recognize it as a number.
What would it take to register the click-handler with the extension? It wouldn't happen to be open-source somewhere so I can fix it, would it?
Thanks,
Daniel Jabbour
@bitgangsta
My particular CRM links to numbers automatically by inserting a link (normal <a> tag) to the target callto:phone#. For example:
<a href="callto:555-555-1212">link</a>
This would make sense to be clickable in Chrome, but instead it fails to recognize it as a number.
What would it take to register the click-handler with the extension? It wouldn't happen to be open-source somewhere so I can fix it, would it?
Thanks,
Daniel Jabbour
@bitgangsta
Comments
The chrome extension will alter static text/content, not tag/anchor or html tags at all. If your crm includes the number in that "link" part it should work.
I can see if callto links can be modified too...
Best regards,
It would be great if you can add this to the extension so I don't have to modify it every time I update. But if not, it's fine too!