Iām hoping to create a web based app and extension to this app (chrome extension) where this would be the most popular UI/UX steps of a user:
Checks out a recruiter on linkedin
Clicks on chrome extension (extension of the app I would build on bubble)
Small extension pops up where It gathers the e-mail and a few important information of the recruiter and at the bottom it says āwrite e-mailā (hopefully an API like rocketscience or other can scrap the info)
This would prompt a new (bigger) window with the information of the person to the right (previously scrapped) and also tabs that when clicked show different ultra personalized e-mail template suggestions
Previews e-mail templates to check which one he likes
Chooses templates he wants and customizes e-mail to his liking.
Sends e-mail from window created from extension
Can someone tell me if this is possible to create in Bubble? I am new and hoping to learn!
This is all 100% possible with bubble. Although, you will need to know how to turn your app into a chrome extension. Itās actually super simple. I wouldnāt pay for it if you know what youāre doing.
If you understand programming, learn how to make a chrome extension FIRST. Then, instead of using your own code, wrap the extension in an iFrame of your bubble app. Youāll need to understand how to make and modify your manifest.json, and then submit the extension to the marketplace for approval. You can always use your extension if you āunpack itā within your extensions on your browser.