Sure, I try to modify your file menu_trait.php and now works fine.
// For normal admin.
add_menu_page(
// Page heading
__( 'MyCryptoCheckout Settings', 'mycryptocheckout' ),
// Menu item name
__( 'MyCryptoCheckout', 'mycryptocheckout' ),
'manage_woocommerce', //manage_options
'mycryptocheckout',
[ &$this, 'admin_menu_tabs' ]
);
I change cap manage_options with manage_woocommerce and now plugin became visible for Shop manager role.