You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will send Message to Extension and we can pass whatever argument value we want into the options. gesture will recognize the method name that will be called in MainCtrl.js
So above sending message will call openAddContributionPage method with empty options.
Sending Messages from Extension to Content Script
Then this will be done through PostMessageService.js file.
Here we can create as many as function we need in following code base