Chrome DevTools Review
October 23, 2019

Chrome DevTools Review

Anonymous | TrustRadius Reviewer
Score 10 out of 10
Vetted Review
Verified User

Overall Satisfaction with Chrome DevTools

Our whole organization uses Chrome DevTools to work on the front end of the web apps.
  • It's very easy to see the source code and to debug JavaScript code with Chrome DevTools.
  • If you want to play with styles and CSS, you can do that on the fly.
  • Network tab provides detailed information about the http requests.
  • I don't have any complaints
  • It helps us to get the job done. There is no negative impact.
When we develop for Chrome, we use Chrome DevTools. If we asked to develop for other browsers, we use their tools. But Chrome is more frequently preferred by our clients

Do you think Chrome DevTools delivers good value for the price?

Yes

Are you happy with Chrome DevTools's feature set?

Yes

Did Chrome DevTools live up to sales and marketing promises?

I wasn't involved with the selection/purchase process

Did implementation of Chrome DevTools go as expected?

I wasn't involved with the implementation phase

Would you buy Chrome DevTools again?

Yes

Chrome DevTools works great if you have a problem with the page you are building. You can get all the information needed: DOM elements, source files, requests and more. Console tools are very handy if there is a need to test a JavaScript code.