v8.0 - How to do a direct link to a component in Web Designer

Hello Experts

I have a custom module in the front end (CCC_MyComponent)

Is it possible to generate a URL for it for users to be directly taken to that component? 

Basically I'm building a module only to be used in our lower environments, and I dont want this to be transported accidently. For this, I have this created a module and enabled the tick for Allow quick navgation, but Im not sure how to actually navigate to this component with a URL directly - is this even possible?

I tried something like this but it just went to homepage after authentication (role based)

myserver/.../page.axd & ContextId=CCC_MyComponent 

This module is not attached to any menu item

Thanks

Kin