
<!DOCTYPE html>
<html lang="en">
<head>
<title>Chroma ATE Inc. | Global</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" >
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Chroma, a world leading supplier of precision test and measurement instrumentation, automated test systems, intelligent manufacturing systems, and test automation turnkey solutions. Significant markets include semiconductors, photonics, LED, photovoltaics, video and color, flat panel displays, power electronics, passive components, electrical safety, green batteries, electric vehicles, thermoelectrics, automated optical inspection and intelligent manufacturing systems for ICT and cleantech industries." />
<meta name="keywords" content="Test and Measurement, Battery Test, Semiconductor and IC Test, Optical Inspection System, Automated Test Systems, Intelligent Manufacturing Systems" />
<meta name="robots" content="all" />
<link rel="canonical" href=""/>
<meta property="og:site_name" content="Chroma ATE Inc. | Global"/>
<meta property="og:url" content="" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Chroma ATE Inc. | Global"/>
<meta property="og:description" content="" />
<meta property="og:image" content="../images/fb_img.jpg"/>
<link rel="image_src" type="image/jpeg" href="../images/fb_img.jpg" />
<meta name="google-site-verification" content="UgRNkyBVARHVyx5jVTYt12V7pXDujz7JyCbNXZqdYzs" />
<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" />
<script src="../js/jquery-3.5.1.min.js"></script>
<script src="../js/lazyload.min.js"></script>
<link href="../js/bootstrap/bootstrap.min.css?20200426" rel="stylesheet">

<link href="../css/style.css?ver=1676016352" rel="stylesheet">

<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@100;400;700&family=Noto+Sans:wght@100;400;700&display=swap" rel="stylesheet">


<script src='https://www.google.com/recaptcha/api.js?hl=en'></script>

<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-T5J50HZ9XW"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-T5J50HZ9XW');
</script></head>

<body  class="p-0">
<main class="index-page">
    <nav class="navbar">
	<a class="navbar-brand" href="./" title="Manual Center">
		<img src="../images/all/logo.svg" alt="Manual Center" class="img-fluid">
		<p>Manual Center</p>
	</a>
	<ul class="navbar-nav">
		<li class="nav-item">
			<div class="nav-link">
				<i class="bi bi-person-check-fill"></i>
                <span></span><span> Welcome Back!</span>
			</div>
		</li>
		<li class="nav-item" id="globeBtn">
			<i class="bi bi-globe"></i>
			<ul class="dropdown" id="globeDropdown">
				<li class="dropdown__item">
					<a href="../tw/" class="dropdownLink " title="繁中">
						繁中					</a>
				</li>
				<li class="dropdown__item">
					<a href="../cn/" class="dropdownLink " title="简体">
						简体					</a>
				</li>
				<li class="dropdown__item">
					<a href="../en/" class="dropdownLink dropdownLink--active" title="English">
						English					</a>
				</li>
				<li class="dropdown__item">
					<a href="../jp/" class="dropdownLink " title="Japanese">
						Japanese					</a>
				</li>
			</ul>
		</li>
		<li class="nav-item"><a href="https://www.chromaate.com/en/" class="nav-link" target="_blank"
				rel="noopener noreferrer" title="Back to official website"><i class="bi bi-house-fill"></i></a>
		</li>
		<li class="nav-item">
			<a href="logout" class="nav-link" title="Log Out"><i class="bi bi-box-arrow-right"></i></a>
		</li>

	</ul>
</nav>

<script>
	$(function () {
		if ($(window).width() < 992) {
			$('#globeBtn').on('click', function () {
				$('#globeDropdown').toggleClass('dropdown--isOpen')
			})
		} else {
			$('#globeBtn').on('mouseover', function () {
				$('#globeDropdown').addClass('dropdown--isOpen')
			})
			$('#globeBtn').on('mouseout', function () {
				$('#globeDropdown').removeClass('dropdown--isOpen')
			})
		}
	})
</script>    <script type="text/javascript">
	/*function view_login(num) {
		for(i=1;i<2;i++){
			$("#mem-menu" + i).css({display: "none"});
		}
		$("#mem-menu"+num).css({display: "block"});
		$(".mem-menu" + num).addClass('active').siblings('.active').removeClass('active');
	}*/

	function sbLoginForm(){
		var theForm = document.form_login;
		if(chkLoginForm()){
			theForm.login_send.value = "ok";
			theForm.submit();
		}
	}

	function chkLoginForm(){
		var theForm = document.form_login;
		
		if(theForm.EMail.value == ""){
			alert("You must enter a value in [Account (Email)].");
			theForm.EMail.focus();
			return false;
		}	
		
		var reg = /^([a-z0-9_\.\-])+\@(([a-z0-9\-])+\.)+([a-z0-9]{2,4})+$/i;
		if (! reg.test(theForm.EMail.value) ){
			alert("Please enter the correct value [Account (Email)].");
			theForm.EMail.focus();
			return false;
		}

		if ( theForm.PW.value == "" ){
			alert("You must enter a value in [Passwords].");
			theForm.PW.focus();
			return false;
		}
		
		return true;
	}
</script>
<section class="wrap">
    <h2 class="form-signin-heading"><i class="bi bi-person-fill"></i>MyChroma<br>Login</h2>
    <form name="form_login" id="form_login" method="post" onsubmit='if (fieldCheck0(this)) {return true; login(this);} else {return false;}' class="login-area">
        <div class="form-area">
            
			            <section class="notesBox">
            	<p>Chroma Manual Center is exclusively for MyChroma members.<br />
Please login to get access, thank you.</p> 
            </section>
			        	<div class="mem_input">
            	<input name="EMail" type="text" class="form-control" id="EMail" placeholder="Account (Email)">
			</div>
			<div class="mem_input">
				<input name="PW" type="password" class="form-control" id="PW" placeholder="Password" onkeydown="if(event.keyCode==13){sbLoginForm();}">
				<span class="eyeGroup"><i class="bi bi-eye-slash-fill" onclick="show_hide_pw(this,'PW')"></i></span>
			</div>
            <button type="button" class="btn-style mb-0" onclick="location.href='javascript:sbLoginForm();'">Log In <i class="bi bi-box-arrow-in-right"></i></button>
            <hr>
            <button type="button" class="btn-style" onclick="location.href='https://www.apdscreen.com/manual/en/forgot'">Forgot your password?</button>
            <button type="button" class="btn-style" onclick="location.href='https://www.apdscreen.com/manual/en/register'">Become a MyChroma Member</button>
            <input type="hidden" name="login_send" id="login_send" value="">
        </div>
    </form>
</section>    <footer>
    © 2024 Chroma Manual Center.
    <!--<a href="https://www.tsg.com.tw/" target="_blank" rel="noopener noreferrer" title="Website by TSG">Website by TSG</a> -->
    <a href="https://www.chromaate.com/en/chroma/pages/privacy_policy" title="Privacy Policy" rel="noopener noreferrer" target="_blank">│ Privacy Policy</a>
</footer>
<div id="goTop">↑</div></main>
<!-- cookie宣告 -->
<script src="../js/jquery.cookie.js" type="text/javascript"></script>
<div class="cookiesBox" style="display: none;" id="cookiesBox">
    <div class="txt_box">This website uses cookies to improve functionality and performance. By continuing to use this website, you are giving implied consent to the use of cookies on this website. For the latest and other relevant information, please check our <a href="https://www.chromaate.com/en/chroma/pages/privacy_policy" target="_blank" rel="noopener  noreferrer" title="Privacy Policy">privacy policy</a>.</div>
    <div class="btn_cookies">
        <a href="javascript:agree(1);" class="btn-style">Agree</a>
    </div>
</div>
<script type="text/javascript">
    $(document).ready(function () {
        if ($.cookie('show_cookie') != 'Y') {
            $("#cookiesBox").show();
        }
    });
    console.log($.cookie('show_cookie'));

    function agree(num) {
        if (num == 1) {
            $.cookie('show_cookie', 'Y');
        }
        $("#cookiesBox").hide();
    }
</script>

<!-- 同意隱私權 -->
<section class="popUp_mesg" id="popUp4">
    <div class="wrap">
        <section class="container">
            <div class="date-fourimg-txt">
    <h1 class="mj-title">
        <span class="mj">Privacy Policy</span>
    </h1>
    <section class="page-content">
        <div class="txt01">
            <p><span class="blue">This document was last updated on August&nbsp;31st, 2020</span></p>

            <p><span style="font-size:14px;"><b class="blue">Name and address of the person responsible for your
                        personal data:</b></span><br>
                Chroma ATE Inc.<br>
                No. 88, Wenmao Road,&nbsp;Guishan District,<br>
                Taoyuan City 333001<br>
                Taiwan<br>
                Email: <a href="mailto:Chroma_Website_Notification"><span
                        style="color:#0066bb;">info@chromaate.com</span></a></p>

            <p style="text-align: justify;"><span style="color:#0066bb;"><span style="font-size:14px;"><b
                            class="blue">General Information on Data Protection</b></span></span></p>

            <p style="text-align: justify;">This Privacy Policy governs the manner in which Chroma ATE Inc. and our
                affiliates (hereinafter together referred to as “CHROMA")&nbsp;collect, use and maintain your personal
                data collected from the website: https://www.chromaate.com (hereinafter referred to as "Website") OR the
                Chroma ATE Solutions APP (hereinafter referred to as “APP”). We promise to treat all of your personal
                data in strict compliance with relevant laws and regulations regarding personal information protection
                or security protection.</p>

            <p style="text-align: justify;">In principle, we collect and use your personal data only to the extent
                necessary for the provision of a functional Website and our service and such will only take place with
                your consent except to the cases in which prior consent cannot be obtained for reasons of fact and the
                processing of the data is permitted by law. If you don’t accept this Privacy Policy, please stop
                visiting the Website or using the APP.</p>

            <p style="text-align: justify;">Most importantly, if you are a minor, for the reason of compliance the law,
                your parents (or guardians) should read, understand and agree to this Privacy Policy before you can
                continue to browse this page or/and register as a member of CHROMA’s website.</p>

            <p style="text-align: justify;"><span style="color:#0066bb;"><span
                        style="font-size:14px;"><strong>Collection and Processing of Your Personal
                            Data:</strong></span></span></p>

            <p style="text-align: justify;">When you visit our Website or download and use the APP, the Website and the
                APP will automatically record certain information about the browser and operating system you use. For
                example, the Website/APP functions you may have used, the search terms you may have entered , or the
                numbers of viewers of our Website. However, the above mentioned data cannot identify your personal data.
                We collect the statistical data only to observe the potential customer need and to improve the
                functionality of our Website and APP in the most convenient manner for your use and to protect our IT
                systems from attacked and other illegal activities.</p>

            <p style="text-align: justify;">If you use “Contact Us” as one of the Website functions to communicate with
                us, or, use the “Inquiry Cart” as another of the Website functions to submit an inquiry about CHROMA’s
                product, register to be a member of our Website, or, subscribe the newsletter offered on our Website,
                the personal data will be provided deliberately by you. We will then store these personal data and use
                it for processing and answering your request. These data may include your name, company, title, phone,
                country, email as well as the content of your request. We will not use algorithms or personal data
                profiling to make any decisions that will have a significant impact on you.</p>

            <p style="text-align: justify;"><span style="color:#0066bb;"><span style="font-size:14px;"><strong>Cookie
                            and Other Technicals</strong></span></span></p>

            <p style="text-align: justify;">CHROMA’s Website may use “Cookie” and other technicals. This technical help
                us to tailor our Websites and products to your needs and preferences, to analysis how our Website are
                used and compile anonymous and aggregate statistics for understating the marketing trend, and to improve
                the quantity of products. Neither do we use Cookie to record your Internet Protocol (IP) address, nor to
                save your domain name. Last but not least, all information we collect by Cookies which cannot directly
                or indirectly identify your personal data.</p>

            <p style="text-align: justify;">If you use the browser such as Safari, Google Chrome,Internet
                Explorer...etc. and would like to stop using Cookie, please set the preference in the “Privacy” of your
                web browser. Please choose “reject” or “accept” the Cookie as you like. However, please be noticed some
                functions of the website may not operate normally if you choose “reject”.</p>

            <p style="text-align: justify;"><span style="color:#0066bb;"><span
                        style="font-size:14px;"><strong>International Transfer</strong></span></span></p>

            <p style="text-align: justify;">Your personal data may transfer to a third country. We will take appropriate
                safeguard to comply with relevant laws and regulations regarding personal information protection of
                international transfer.</p>

            <p style="text-align: justify;"><span style="color:#0066bb;"><span style="font-size:14px;"><strong>Rights of
                            The Data Subject</strong></span></span></p>

            <p style="text-align: justify;">As a data subject, you have the right of access to your personal data, right
                to rectification of your personal data, right to erasure of your personal data, right to restriction of
                processing of your personal data and right to your data portability. If you have consented to the
                processing of your personal data by us, you also have the right to revoke your consent at any time,
                provided, however, that we may further process such data pursuant to another applicable legal basis if
                has any. You also have the right to object at any time to the processing of your personal data which has
                been processed on the basis of a balance of interests on grounds relating to your particular situation.
                If you object, we will only process your personal data if we can prove compelling legitimate reasons
                that outweigh your interests, rights and freedoms, or for the establishment, exercise or defense of
                legal claims.</p>

            <p><span style="color:#0066bb;"><span style="font-size:14px;"><b class="blue">Contact Person for Data
                            Protection</b></span></span></p>

            <p style="text-align: justify;">If you have any questions about the collection, processing or use of your
                personal data, information, correction, blocking or deletion of data, or if you want to exercise your
                rights as a data subject, please contact us at either one of the following information best for your
                convenience:</p>

            <p style="text-align: justify;">Email: <a href="https://www.chromaate.com/en/contacts/contact_form"
                    target="_blank" rel="noopener noreferrer"><span style="color:#0066bb;">info@chromaate.com</span></a>
            </p>

            <p style="text-align: justify;">Post: No. 88, Wenmao Rd., Guishan Dist., Taoyuan City 333001, Taiwan</p>

            <p style="text-align: justify;">Tel: +886-3-327-9999</p>

            <p><span style="color:#0066bb;"><span style="font-size:14px;"><b class="blue">Legal Basis of
                            Disclosing</b></span></span></p>

            <p style="text-align: justify;">In the event of each of the following, CHROMA will disclose the information
                to others for the purpose of fulfilling our legal obligations and safeguarding our legitimate interests:
            </p>

            <p style="text-align: justify;">1. It is required by applicable law;</p>

            <p style="text-align: justify;">2. It is requested by judicial, governmental or other competent authority
                for legal reasons;</p>

            <p style="text-align: justify;">3. To prevent or investigate criminal activities and other malicious attack
                on our Website.</p>

            <p><span style="color:#0066bb;"><span style="font-size:14px;"><b class="blue">Changes to This Privacy
                            Policy</b></span></span></p>

            <p style="text-align: justify;">CHROMA reserves the discretion to update and/or revise this Privacy Policy
                at any time. When we do so, you will find our latest Privacy Policy with the latest updated date on the
                home page of our Website and APP.</p>
        </div>
    </section>
</div>            <div class="btn-wrap">
                <label type="button" class="btn-style mesg_close4"
                    for="intPrivacy">Agree</label>
                <button type="button" class="btn-style mesg_close4">Close</button>
            </div>
        </section>
    </div>
</section>
    
<script src="../js/bootstrap/bootstrap.min.js?20210319"></script>
<script src="../js/script.js"></script>

<link href="../css/bootstrap-icons.css" rel="stylesheet">
<!--slick.js-->
<link rel="stylesheet" href="../js/slick/slick.css">
<link rel="stylesheet" href="../js/slick/slick-theme.css">
<script src="../js/slick/slick.min.js"></script>


<link href="../js/wow/animate.css" rel="stylesheet">
<script src="../js/wow/wow.min.js"></script>
<script>
  if (!(/msie [6|7|8|9]/i.test(navigator.userAgent))) {
    new WOW().init();
  };
</script>
<!--[if lt IE 9]>
<script src="assets/html5shiv.min.js"></script>
<script src="assets/respond.min.js"></script>
<![endif]-->

<script>
  if ($(window).width() > 992) {
    $(function () {
      $('.ttpShow-box:has(.ttpShow)').mouseover(function (e) {
        $('body').append('<div id="ttpPanel">' + $(this).children('.ttpShow').html() + '</div>');
        $('#ttpPanel').css({
          top: (e.pageY + 10) + 'px',
          left: (e.pageX + 10) + 'px'
        }).fadeIn('fast');
      }).mousemove(function (e) {
        $('#ttpPanel').css({
          top: (e.pageY + 10) + 'px',
          left: (e.pageX + 10) + 'px'
        });
      }).mouseout(function () {
        $('#ttpPanel').remove();
      });
    });
  } else {
    $(function () {
      $('.ttpShow-box>i').on('click',function(){
        $(this).next('.ttpShow').slideToggle()
      })
    })
  }

  function popUp(num) {
    $('#popUp' + num).fadeIn(500).addClass('open');
    $(".mesg_close" + num).click(function () {
      $("#popUp" + num).fadeOut(500).removeClass('open');
    });
  }

  $(function () {
    // 幫 #qaContent 的 ul 子元素加上 .accordionPart
    // 並幫其加上 hover 及 click 事件
    // 同時把兄弟元素加上 .qa_content 並隱藏起來
    $('#qaContent ul').addClass('accordionPart').find('.driver_item').click(function () {
      // 當點到標題時，若答案是隱藏時則顯示它，同時隱藏其它已經展開的項目
      // 反之則隱藏
      var $qa_content = $(this).next('.qa_content');
      if (!$qa_content.is(':visible')) {
        $('#qaContent ul li div.qa_content:visible').slideUp();
      }
      $qa_content.slideToggle();
    }).siblings().addClass('qa_content').hide();
  });
  
    function show_hide_pw(eye,pwdId){
      
        var pwd = document.getElementById(pwdId);

        if (pwd.type == "password"){
            pwd.type = "text";
            eye.className = 'bi bi-eye-fill'
        } else {
            pwd.type = "password";
            eye.className = 'bi bi-eye-slash-fill'
        }
    }
</script>


<script type="text/javascript">
function download1(type,dl_lang,PKey1,PKey2,PKey3,PKey4){
	$("#dl_type").val(type);
	$("#dl_lang").val(dl_lang);
	$("#PKey1").val(PKey1);
	$("#PKey2").val(PKey2);
	$("#PKey3").val(PKey3);
	$("#PKey4").val(PKey4);
	
	if ( type == 1 ){
		$('#popUp').fadeIn(500).addClass('open');
		$(".mesg_close").click(function () {
			$("#popUp").fadeOut(500).removeClass('open');
			$("#dl_type").val("");
			$("#dl_lang").val("");
			$("#PKey1").val("");
			$("#PKey2").val("");
			$("#PKey3").val("");
			$("#PKey4").val("");
			$("#serial_number").val("");
		});
		
	} else {
		$("#dl_Send").val("OK");
		$("#download_form").submit();
	}
}
</script>

<form id="SearchF" name="SearchF" method="post" action="">
	<input type="hidden" name="from_unit" id="from_unit" value="https://www.apdscreen.com/manual/en/index">
	<input type="hidden" name="from_PKey" id="from_PKey" value="">
    
    <input type="hidden" name="cid" id="cid" value="" />
    <input type="hidden" name="nid" id="nid" value="" />
    
    <input type="hidden" name="Page" id="Page" value="" />
    <input type="hidden" name="Page2" id="Page2" value="" />
    
    <input type="hidden" name="search_year" id="search_year" value="" />
    
    <input type="hidden" name="s_ok2" id="s_ok2" value="" />
    <input type="hidden" name="fm" id="fm" value="" />
    <input type="hidden" name="this_LNG" id="this_LNG" value="language3" />
    <input type="hidden" name="this_lang" id="this_lang" value="3" />
    <input type="hidden" name="web_url" id="web_url" value="https://www.apdscreen.com/manual/" />
</form></body>
</html>