I have a few extension on the Chrome Web Store. The problem I have is that in another on of my extensions, I screwed up with an update, and it ruined the application unless it was reinstalled, unbeknownst to my user base. I want to test compatibility between versions, and my original idea went like so:
- Package current version into .crx
- Package new version into .crx using .pem from the current version
- Install current version in Chrome
- Install the new version over it as an update
This no longer works because Chrome disabled the updating extensions not installed from the Chrome web store. What way is there to test version compatibility before launch?