Closed alibaltschun closed 4 years ago
What kind of script did you make and when should it run? Could you export the extension's data from the options page so I can take a look?
Same here, the script is executed on button click with selected text.:
var email = crmAPI.getSelection();
console.log(email);
Can you export the extension's data so I can take a look at it? Maybe I can find out what it is.
Closing since there's been no update for quite a while
i tried create a script just call console.log("x") but its not working