Hello @e0508081 and welcome to the Neo4j community
You cannot see plugins for remote databases in Neo4j Desktop, the application only see plugins for local databases. If you wanna check if APOC or GDS is installed, you can execute these queries:
- APOC:
CALL apoc.help("")
- GDS:
CALL gds.list
Regards,
Cobra