About
Google Cloud is a suite of cloud computing services.
Categories: IaaS
Quick facts
FAQ
How do I check if a website is using Google Cloud?
Open the page in Chrome, click the Sourcemap Explorer toolbar icon, and read the Stack tab. The popup matches Google Cloud's fingerprint signals (response headers, asset URL prefixes, runtime globals, sourcemap paths) and flags it whenever any combination is found. The same checks can be reproduced manually in DevTools — see the "How we detect" section above.
What Google Cloud version can Sourcemap Explorer detect?
Google Cloud ships as a hosted iaas rather than a bundled npm package, so version-specific detection isn't always possible. Where the platform leaks a version in response headers (`X-Powered-By`, `Server`, generator meta tags) we surface it; otherwise we report presence only.
Where can I read more about Google Cloud?
Official site: https://cloud.google.com. For Sourcemap Explorer's detection guide, see the deep-dive link below or the related guides in the cross-link section.
Detected by Sourcemap Explorer
Open the popup on any page running Google Cloudand you'll see the exact version pulled from the bundled package.json when sourcemaps are exposed.