I'm trying to get the "It's all text" add-on to work with Zimbra Desktop:
https://addons.mozilla.org/en-US/firefox/addon/4125
The first problem was that the extension was not recognised since Zimbra Desktop identifies itself as an embedded application and not as Firefox, and it was solved by adding this to install.rdf:
Code:
<em:targetApplication>
<!-- Toolkit -->
<Description>
<em:id>toolkit@mozilla.org</em:id>
<em:minVersion>1.9a1</em:minVersion>
<em:maxVersion>1.9.1b1pre</em:maxVersion>
</Description>
</em:targetApplication> Now the preferences window appears in the Add-ons window, unfortunately the add-on itself still doesn't seem to be working. If I launch Zimbra Desktop in a regular browser window, then I can use the "It's all text" add-on as I would expect.
Any ideas/suggestions/tricks on how to use regular Firefox add-ons in Zimbra Desktop?