JavaScript Detect Jika browser bukan Google Chrome

if(!!window.chrome !== true){
	alert("Please use Google Chrome to access this site");
}
hirohito