www.agropages.com Open in urlscan Pro
163.171.128.241  Public Scan

URL: https://www.agropages.com/CompanyDirectory/Detail-1343.htm
Submission: On October 22 via api from IN — Scanned from DE

Form analysis 3 forms found in the DOM

POST /Handler/SaveLinkImgHandler.ashx

<form id="uploadForm_comment" action="/Handler/SaveLinkImgHandler.ashx" method="post" enctype="multipart/form-data">
  <div class="upload_box">
    <div class="upload_main single_main">
      <div class="status_bar">
        <div id="status_info_comment" class="info">选中0张文件,共0B。</div>
        <div class="btns"> <input id="fileImage_comment" type="file" size="30" accept="image/*;capture=camera" name="fileselect[]" multiple="">
          <div class="webuploader_pick">选择文件</div>
          <div id="upload_btn_comment" class="upload_btn">开始上传</div>
        </div>
      </div>
      <div id="preview_comment" class="upload_preview">
        <div class="add_upload"> <a title="点击添加文件" id="rapidAddImg_comment" class="add_imgBox" href="javascript:void(0)">					<i class="add-ico add-ico1 hand" id="a_addpic"></i></a> </div>
      </div>
    </div>
    <div class="upload_submit"> <button type="button" id="fileSubmit_comment" class="upload_submit_btn">确认上传文件</button> </div>
    <div id="uploadInf_comment" class="upload_inf"></div>
  </div>
</form>

POST

<form method="post">
  <div class="login clearfix">
    <h2 class="login-tit tl ylogin"><span class="active">Password Login</span><span>Email Login</span><i class="close-ico" id="yclose">&nbsp;</i></h2>
    <div class="yform">
      <div class="form-box">
        <div class="field mb20"> <span class="username-ico"></span>
          <input type="text" class="inputt ti40" id="tbUserNameTop" name="tbUserNameTop" size="30" placeholder="Username / Email">
          <div class="tips dn" id="SignTopTip">
            <div class="tips-box"> User doesn't exist. <a id="SignTopTipUrl" href="/Login/Register.html?Email=" style="color: #00bcd4; text-decoration;">可使用53534注册</a><span class="tips-ico"></span>
            </div>
          </div>
        </div>
        <div class="field"> <span class="password-ico"></span>
          <input name="tbPassWordTop" type="text" maxlength="20" onfocus="this.type='password'" id="tbPassWordTop" class="inputt ti40" placeholder="password">
        </div>
        <div class="mt5">
          <span class="checked"><input id="Rememberme" type="checkbox" name="Rememberme" checked="checked"></span> Remember me.
        </div>
        <div class="mt20 mb20">
          <input id="buttoplogin" class="nbutton tc fs20 c-fff" onclick="topLogin();" type="button" value="Sign In">
        </div>
        <p class="c-666 mb10 ml10">Forgot password? <span id="getpass" class="c-green tdn-hover">Get Password</span></p>
        <p class="c-666 ml10">No account yet? <a href="http://my.agropages.com/register.html?lang=en" class="c-green">Join Free</a></p>
      </div>
      <div class="form-box" style="display: none;">
        <div class="step-email">
          <div class="fs16 mb10"><span class="username-ico"></span>&nbsp;Email Verification </div>
          <div class="one-step">
            <div class="field mb10">
              <input type="text" class="inputt ti8" id="tbEmailTopSign" name="tbEmailTopSign" size="30" placeholder="">
              <div class="tips dn" id="EmailSignTopTip">
                <div class="tips-box"> Email doesn't exist. <a id="EmailSignTopTipUrl" href="/Login/Register.htm?Email=" style="color: #00bcd4; text-decoration;">可使用53534注册</a><span class="tips-ico"></span>
                </div>
              </div>
            </div>
            <div class="field">
              <p class="c-orange pb5">A verification letter will be sent to your email, please click the link for a quick login.</p>
            </div>
            <div class="field">
              <img id="imgEmailTopCheckCode" src="/handler/ImgCodeHandler.aspx" style="cursor:pointer;position:absolute;right:0px;top:0px;height:45px;" class="img" title="Click refresh picture">
              <input type="text" class="inputt ti8" id="tbEmailSignTopCode" name="tbEmailSignTopCode" maxlength="4" placeholder="Code">
              <script type="text/javascript">
                $(function() {
                  $("#imgEmailTopCheckCode").click(function() {
                    $("#imgEmailTopCheckCode").attr("src", "/handler/ImgCodeHandler.aspx?temp=" + (new Date()).getTime());
                  });
                });
              </script>
            </div>
          </div>
          <div class="two-step dn">
            <div class="field">
              <p class="c-orange mb5">验证邮件已发送至您的邮箱,</p>
              <p class="fs18 fwb mb5">23346777@qq.com</p>
              <p class="c-orange">请登录邮箱,点击链接快速登录。</p>
            </div>
          </div>
          <div class="mt15 mb15">
            <input id="butSignTopEmail" onclick="EmailSign()" type="button" class="gbutton tc fs20 c-fff" value="Send Email">
          </div>
        </div>
        <div class="linedd mb10"></div>
        <p class="c-666 mb10 ml10"><span class="dd"></span>Forgot password? <a href="javascript:void()" onclick="BackPwd();" class="c-green">Get Password</a></p>
        <p class="c-666 ml10"><span class="dd"></span>No account yet? <a href="http://my.agropages.com/register.html?lang=en" class="c-green">Join Free</a></p>
      </div>
    </div>
  </div>
</form>

POST

<form method="post">
  <div class="login clearfix">
    <h2 class="login-tit tc"><span class="active">Get my password</span><span class="close-ico" id="yyclose">&nbsp;</span></h2>
    <div class="form-box">
      <div class="field mb20"> <span class="username-ico"></span>
        <input type="text" class="inputt ti40" id="tbEmailTop" name="tbEmailTop" size="30" placeholder="Your registered E-mail:">
      </div>
      <div class="field">
        <img id="imgCheckCode2" src="/handler/ImgCodeHandler.aspx" style="cursor:pointer;position:absolute;right:0px;top:0px;height:45px;" class="img" title="Click refresh picture">
        <input type="text" class="inputt ti8" id="tbCodeTop" name="tbCodeTop" maxlength="4" placeholder="Code">
        <script type="text/javascript">
          $(function() {
            $("#imgCheckCode2").click(function() {
              $("#imgCheckCode2").attr("src", "/handler/ImgCodeHandler.aspx?temp=" + (new Date()).getTime());
            });
          });
        </script>
      </div>
      <div class="mt30 mb20">
        <input id="butSendEmail" class="nbutton tc fs20 c-fff" onclick="SendEmailPwd();" type="button" value="Submit">
      </div>
    </div>
  </div>
</form>

Text Content

English 
Chinese
Sign In 0
 * Home
 * News
   Crop Protection Crop Nutrition Biologicals Formulation & Application Seed
   Industry Farming & Agriculture
   PR Alliance Contributing Author
 * Directory
 * E-newsletter
 * Magazine
 * Events
 * Data
 * AgReport
 * Subscribe
   Hot Topics Magazine E-newsletter Contributing Authors

 * Home
 * News
 * Directory
 * E-newsletter
 * Magazine
 * Events
 * Data
 * AgReport

Subscribe
 * Hot Topics
 * Magazine
 * E-newsletter
 * Contributing Authors

Advertise Sign In 0 Chinese Site

Nov
2024

EVENTCALL FOR PAPERS— 5TH AG FORMULATION & APPLICATION TECHNOLOGY CONGRESS(FAT
2024)

Formulation|Adjuvant|Biological| delivery systems|drone application|
nanopesticides| artificial intelligence (AI)
Oct
2024

MAGAZINE2024 INDIA FOCUS PUBLISHED!

Market Insight | Top 20 Rankings | CDMO | Interview | Company Spotlight
Sept
2024

MAGAZINE2024 LATIN AMERICA FOCUS PUBLISHED!

Regulatory changes | Agrochemical | Biologicals | AI in agriculture | Focus on
Ecuador
Nov
2024

EVENTCALL FOR PAPERS— 5TH AG FORMULATION & APPLICATION TECHNOLOGY CONGRESS(FAT
2024)

Formulation|Adjuvant|Biological| delivery systems|drone application|
nanopesticides| artificial intelligence (AI)
Oct
2024

MAGAZINE2024 INDIA FOCUS PUBLISHED!

Market Insight | Top 20 Rankings | CDMO | Interview | Company Spotlight

By Industry


 * Herbicides
 * Insecticides
 * Fungicides
 * Biopesticide
 * Biostimulants
 * Adjuvants
 * CROs

By Area


 * China
 * India
 * Europe
 * South America

Hot Products

AdjuvantsDifenoconazolefludioxonilglufosinateGlyphosateMancozeb


KING TECH CORPORATION CHINA

Category:Crop Protection


Follow Inquiry
Favorites Comment Print
ForwardShare

Edit company profile

Home News Products Global Registration Contacts

KING TECH CORPORATION: PROFESSIONAL EXPORTER OF AGROCHEMICALS SERVING GLOBAL
TRADING PARTNERS






King Tech Corporation as one of the most powerful agrochemical companies, could
offer both products and registration of various Technicals and Formulations
located in Shenzhen of China. Since from Year 1995, there have been over 200
kinds of agrochemical products divided into four categories including
Insecticide, Herbicide, Fungicide and Rodenticide available from us to meet
demands of the worldwide market.

 

King Tech Corporation is capable to present foreign clients with pleasant
cooperation for the business affairs such as for the registration, the package,
the loading, the delivery, the insurance, the documents and etc. whenever and
wherever.

 

We cordially welcome valued business partners to join our growing organization
to build the long term cooperation relationship. If any other comments,
questions or concerns, please do feel free to contact us directly!

   




 * Address:Room 1410, Tower 4, Excellence Century Center, Fuhua 3 Road, Futian
   District, Shenzhen, P.R. China
 * Website:www.kingtechem.com


More


LEAVE A MESSAGE 

Submit


COMMENT 

Picture

选中0张文件,共0B。
选择文件
开始上传

确认上传文件



NEWS


 * KING TECH CORPORATION: PROFESSIONAL EXPORTER OF AGROCHEMICALS SERVING GLOBAL
   TRADING PARTNERS
   
   Date:Nov. 7, 2019
   
   King Tech Corporation is one of China’s leading agrochemical companies,
   offering pesticide products and supporting the registration of various
   pesticide techni...


 * KING TECH CORPORATION:PROFESSIONAL EXPORTER OF AGROCHEMICALS SERVING GLOBAL
   TRADING PARTNERS
   
   Date:Oct. 24, 2019
   
   King Tech has entered a strategic cooperation with Zhejiang Zhongshan
   Chemical Industry Group Co., Ltd. a leading Chinese agrochemical manufacture,
   to be autho...

More >


RECOMMENDED PRODUCTS

Product name

Category

Specification



ALUMINIUM PHOSPHIDE RODENTICIDES 95%TC,57%,56%tablet EDDHA-Fe 6% Fertilizer 6%
Granular GLYPHOSATE Herbicides 95%TC,75.7%WDG,62%IPA,48%SL 2,4-D Herbicides
96%TC,865g/l SL,72%SL,60%SL LAMBDA-CYHALOTHRIN Insecticides
97%TC,95TC,2.5%EC,5%EC,5%WP CARBOFURAN Insecticides 98%TC,75%TK,48%sc 10%g 5%g
Chlorpyrifos Insecticides 97%TC,48%EC ABAMECTIN INSECTICIDES 1.8%EC, 95%TC ZINC
SULFATE HEPTAHYDRATE Fertilizer 99% CAS NO.7446-20-0

Product name: ALUMINIUM PHOSPHIDE

Category:RODENTICIDES

Specification:95%TC,57%,56%tablet

Product name: EDDHA-Fe 6%

Category:Fertilizer

Specification:6% Granular

Product name: GLYPHOSATE

Category:Herbicides

Specification:95%TC,75.7%WDG,62%IPA,48%SL

Product name: 2,4-D

Category:Herbicides

Specification:96%TC,865g/l SL,72%SL,60%SL

Product name: LAMBDA-CYHALOTHRIN

Category:Insecticides

Specification:97%TC,95TC,2.5%EC,5%EC,5%WP

Product name: CARBOFURAN

Category:Insecticides

Specification:98%TC,75%TK,48%sc 10%g 5%g

Product name: Chlorpyrifos

Category:Insecticides

Specification:97%TC,48%EC

Product name: ABAMECTIN

Category:INSECTICIDES

Specification:1.8%EC, 95%TC

Product name: ZINC SULFATE HEPTAHYDRATE

Category:Fertilizer

Specification:99% CAS NO.7446-20-0

More >


CONTACTS



MS. VICKI CHENG

General manager
Tel: 0086 755 25195648 13802588165(Mobile)
vickicheng@kingtechem.com

Contact
More >

LISA RICHARD

UNITED STATES2024-06-16

Good Day,

We are interested in your company products,we would like to know your
best selling prices of your product
we would like to know the delivery time and your payment terms.

Purchasing Sales Manager
Lisa Richard
Company; M&S global trading company.llc
Address; PO Box 4569, New York, NY 10163-4668,US
Tel; +1-540-754-3020
Email; importexportcommissionllc@yahoo.com

Comment Like


# Business Magazine #

2024 CHINA PESTICIDE INDUSTRY WATCH

Sponsor:

Language: English

Publication Date:Feb. 1, 2024


Contact us

agropages@vip.163.com

Leave a message

SKYPE ME

Statement
 * Intellectual Property Rights
   (IPR) Protection Policy
 * User Agreement
 * Privacy Policy
 * Copyright

Explore AgroPages
 * About us
 * Our Readers
 * Our Services
 * Sitemap

© 2006-2024 Chongqing Stanley Info-tech Co.,Ltd.
All rights reserved.




PASSWORD LOGINEMAIL LOGIN 

User doesn't exist. 可使用53534注册

Remember me.


Forgot password? Get Password

No account yet? Join Free

 Email Verification
Email doesn't exist. 可使用53534注册

A verification letter will be sent to your email, please click the link for a
quick login.



验证邮件已发送至您的邮箱,

23346777@qq.com

请登录邮箱,点击链接快速登录。




Forgot password? Get Password

No account yet? Join Free


GET MY PASSWORD 





LEAVE A MESSAGE 

Subject: * Company Name:   Your Name: * Email: * Mobile:   Message: *

   





SEND INMAIL 

Submit