KR.PIKENDUS 3/4-10MM SK-VK 529CR

The photographs are for illustrative purposes only.
Get AI analytics on product KR. EXTENSION 3/4-10MM SK-VK 529CR:
3.75€/pc.
Ex Tax: 3.02€/pc.
No brand
0 reviews
In stock
Product Code: 000-447142ASP
Qty
Tags:
Product sizes2,50 x 2,50 x 1,00 cm
Package dimensions2,50 x 2,50 x 2,50 cm
Net weight0,050 kg

KR Extension 3/4-10MM SK-VK 529CR

This KR.PIKENDUS product is an extension fitting designed to provide a precise connection between compatible components. It is intended to extend or adapt an existing assembly where a 3/4-10MM interface is required. Check the price, characteristics and features on SityPro before you buy.

Key advantages


    Accurate sizing for reliable fit with matching 3/4-10MM interfaces
  • Simple installation that speeds up maintenance and assembly tasks
  • Versatile use across different assemblies and systems
  • Compact design that minimizes additional bulk in installations
  • Consistent performance to maintain alignment and connection integrity

Application and use cases

Suitable for use wherever an extension or adapter with a 3/4-10MM connection is needed. Typical application areas include mechanical, plumbing, and equipment assemblies.


    Extending pipe or hose runs where a short adapter is required
  • Adapting components during machinery maintenance or repair
  • Temporary or permanent connections in workshop setups
  • Retrofit projects that require matching thread or connector sizes

What to consider when choosing


    Confirm compatibility with existing connectors and thread types
  1. Consider the operating environment and required durability
  2. Verify installation method and whether additional tools are needed
  3. Compare features and characteristics across similar parts before purchase
  4. Review price and availability to match project timelines

Characteristics


    Designation: KR.PIKENDUS (extension)
  • Size indication: 3/4-10MM
  • Model code: SK-VK 529CR

Why buy at SityPro


    Wide selection of compatible parts and clear product characteristics listed
  • Competitive price information and transparent buy options
  • Fast delivery to Estonia and Finland to meet project schedules
  • Reliable customer support to help with application and compatibility questions
  • Secure ordering and convenient stock availability on SityPro

Description provided by sitypro.com

KR.PIKENDUS 3/4-10MM SK-VK 529CR
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the KR. EXTENSION 3/4-10MM SK-VK 529CR

What is the KR. EXTENSION 3/4-10MM SK-VK 529CR and what is it used for?

KR. EXTENSION 3/4-10MM SK-VK 529CR is an extension/adapter fitting for threaded connections, designed to extend or adapt assemblies requiring a 3/4-10MM interface. It provides a compact, easy-to-install solution for tight spaces and repair or assembly tasks.

Which thread types is the KR. EXTENSION 3/4-10MM SK-VK 529CR compatible with?

The extension is compatible with thread interfaces specified as 3/4-10MM. Check that your existing fitting’s thread size and pitch match the 3/4-10MM specification before purchase.

What plumbing and heating jobs is this extension typically used for?

The KR. EXTENSION 3/4-10MM SK-VK 529CR is used for plumbing installations and repairs, adapting fittings during replacements, and assembling heating circuits where a compact threaded extension is needed.

What is model A114819SP (SKU 000-447142ASP) designed for?

Model A114819SP (SKU 000-447142ASP) denotes the KR. EXTENSION 3/4-10MM SK-VK 529CR, a compact threaded extension for 3/4-10MM interfaces; consult the product specifications on SityPro for exact dimensions.

Can this extension be used in industrial fastening tasks?

Yes, the KR. EXTENSION 3/4-10MM SK-VK 529CR is suitable for industrial and domestic fastening tasks that require an accurate 3/4-10MM threaded extension and a space-saving profile.

Do I need special tools or sealant to install it?

The KR. EXTENSION 3/4-10MM SK-VK 529CR is installed with standard tools for threaded fittings (adjustable or spanners). Use thread sealant tape or an appropriate sealant if the system requires a leak-tight joint.

How does model SK-VK 529CR differ from other extensions?

The SK-VK 529CR is specifically sized for a 3/4-10MM interface, with a compact design and versatile use across plumbing, heating, and industrial assemblies. Check product specifications on SityPro for material and finish differences.

Is this extension suitable for repairing old fittings?

Yes, the KR. EXTENSION 3/4-10MM SK-VK 529CR is suitable for adapting and repairing old fittings that require a 3/4-10MM extension. Always verify thread compatibility before installation.

Who is the manufacturer and are there alternatives?

The product listing shows 'Tootja puudub' (no manufacturer) with model A114819SP (SKU 000-447142ASP). For alternatives, choose extensions with the same 3/4-10MM specification and a comparable compact form factor.

Where to buy KR. EXTENSION 3/4-10MM SK-VK 529CR?

You can buy KR. EXTENSION 3/4-10MM SK-VK 529CR in our online store for 3.02€. Category: Fittings.

What is the price of KR. EXTENSION 3/4-10MM SK-VK 529CR?

The current price of KR. EXTENSION 3/4-10MM SK-VK 529CR is 3.02€. Brand: Tootja puudub.

KR. EXTENSION 3/4-10MM SK-VK 529CR — specifications and description

Model: 000-447142ASP. Category: Fittings. Brand: Tootja puudub. Price: 3.02€.

Google reviews

See all reviews
//$('#buy_1click').mask("+39999999999",{placeholder:"+3__________"}); //$('#buy_1click').attr('placeholder', 'XXXXXXXXXX'); }); $('#btn_buy_1click').click(function () { var prefix = $('.iti__country.iti__active').data('dial-code'); $('input[name="phone_prefix"]').val(prefix); var answer = checkPhone($(this)); var emailAnswer = validateEmail($('input[name="buy1click_email"]').val()); if(answer != false && emailAnswer != false) { $.ajax({ url: 'index.php?route=extension/module/one_click/add', type: 'post', data: $('input[name=\'phone_prefix\'],input[name=\'phone\'], input[name=\'buy1click_email\'], input[name=\'product_id\'], input[name=\'quantity\']'), dataType: 'json', beforeSend: function () { $('#btn_buy_1click').attr('disabled', 'disabled'); }, success: function (json) { if (json) { $.magnificPopup.open({ items: { src: '
' + '
' + json['popup_heading'] + '
' + '
' + json['popup_order'] + '
' + '
' + json['popup_phone'] + '
' + '
', type: 'inline' }, showCloseBtn: true }); $('#btn_buy_1click').attr('disabled', false); $('#buy_1click').val(''); } } }) } }); function checkPhone(phone_input) { var phone = $('#buy_1click').val(), input = $('#buy_1click'); checker = true; if(!phone){ input.effect('highlight', {color: '#f00'}, 500); checker = false; } else if(/[^0-9-+ (|)]/.test(phone) || phone.length < 7) { input.effect('highlight', {color: '#f00'}, 500); checker = false; } else { } if(checker != true) { return false; } } function validateEmail($email) { var emailReg = /^([\w-\.]+@([\w-]+\.)+[\w-]{2,4})?$/; if ($email == '') { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else if (emailReg.test( $email ) == false) { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else { return true; } } $('#buy_1click').attr('placeholder', '5ххххххх');