I know there exists already a post, describing nearly the same, but I think mine is a bit different.
What I would like to know is how you organize your extension methods
You can achieve what you want by putting extension methods in the global namespace. That's what I do and they're then available without needing any using statements.
using