How can I tell if a user enables an app in their browser?
i.e., A chrome user has Rikaikun installed. On my site they enable it. How can I detect if they've just enabled it?
Do I set up some sort of javascript listener? The reason I ask is that the developers console shows javascript being executed when I enable Rikaikun.
Is there a programmatic way to detect this?
edit: grammar