Richard Lloid developed one shell script which will help us to install google chrome in CentOS / RHEL / Fedora. Use the below command to install latest google chrome.
$ wget http://chrome.richardlloyd.org.uk/install_chrome.sh
$ chmod +x install_chrome.sh
$ sh install_chrome.sh
$ google-chrome
To un-install Google chrome
$ sh install_chrome.sh -u