Replies: 2 comments 2 replies
-
You could add a content script to extensionpay.com, and do it yourself |
Beta Was this translation helpful? Give feedback.
-
Maybe we need a way to programmatically do a lot of things?I think this gets at a bigger issue, which is; we should have a way to programmatically sign users in and out, or start trials for them. The standard api of interacting with openThisPage or openThatPage can be a little inconvenient, and for me, I already manage sign-ins and accounts, so I don't like asking my users to sign in twice. (Once for my api/ext, and once for extpay) It would be nice to:
I haven't submitted a PR bc I believe the stuff is obscured behind the api at https://extensionpay.com/api please correct me if I'm wrong, but the real sign in logic, as well as trial starting logic is prob inside of the api right? |
Beta Was this translation helpful? Give feedback.
-
I already collect the user's email before starting a trial. It would be nice for it to autofill so they don't have to enter their email twice when they click on the "start trial" or "login" button. You could either accept the email as a string or an object. Then you could pass it along as a URL Param and automatically fill in on the form.
Beta Was this translation helpful? Give feedback.
All reactions