I want to build a button interface/display extention and I need help

I want to create a button which renders in collections view, details view as well as connected collection details. Is this possible?

In their most basic shape, Directus extensions are "just" Vue components, so you can do a lot within that. In this case it sounds like you're looking for either an interface or display. What are you trying to build?