оповещение JavaScript, когда страница сайта открыта не в Chrome

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