I have written a Firefox extension which is packed as an .xpi
file. I want to install this extension for all users. Somewhere I found that we can achieve this by putting the file in the Mozilla\Extensions
folder, then the extension will be available to all users.
But the problem is after installing the extension, on first launch of Firefox
- for an administrator, a pop-up tab will appear to ask whether to enable or disable the extension, but
- for the non-admin user, no pop-up will be there and the extension will be disabled for them initially.
Is it possible to notify every user by launching a pop-up tab when they start the browser the first time after installation?