Skip to content

My Cart

Vgate vLinker FS Arıza Tespit Cihazı / Bluetooth 4.0

No reviews yet
| SKU: OTO0433 | |

Aracınızın sağlığını Vgate vLinker FS ile kontrol altına alın! Bu kompakt ve güçlü OBD2 adaptörü, Ford ve Mazda araçlarınız için özel tasarlanmış olup, aracınızın sistemlerine kolayca erişmenizi ve gelişmiş teşhis işlemlerini yapmanızı sağlar. Arıza kodlarını okuyun ve silin (DTC), canlı sensör verilerini izleyin ve aracınızın durumu hakkında detaylı bilgi edinin. Ford/Mazda özel fonksiyonları ve stabil Bluetooth bağlantısı ile kullanımı kolaydır.

🔧
Gelişmiş TeşhisFord/Mazda özel işlemler

🚗
Ford/Mazda UyumluGeniş model desteği

💻
Çoklu PlatformiOS & Android

📱
Kolay BağlantıBluetooth eşleşme
4.964,90 ₺ 6.950,90 ₺
In stock
This product has a 29% discount.
1.986,00 ₺ savings
Ask Us on WhatsApp Get quick response, price & stock info
Have a question about this product? Ask your question and we'll answer as soon as possible.
Customer Satisfaction You Come First
Secure Payment 3D Secure / SSL
Same Day Shipping Fast Delivery
24/7 Support Always Here for You






Vgate vLinker FS FORScan Uyumlu Bluetooth Cihazı | Ford Arıza Tespit & Kodlama
















/* FORSCAN vLinker FS STYLES START - Scoped to #forscan-vlinker-content */ /* Global definitions moved outside the scope */ :root { --primary: #005A9C; /* Ford Mavi tonu */ --primary-light: #cce1f4; /* Açık Ford Mavi */ --primary-dark: #003E6B; /* Koyu Ford Mavi */ --primary-gradient: linear-gradient(135deg, #005A9C, #003E6B); --secondary: #6c757d; /* Gri ton */ --secondary-light: #e9ecef; --secondary-gradient: linear-gradient(135deg, #6c757d, #495057); --accent: #4CAF50; /* Yeşil tonu (FORScan ile ilişkilendirilebilir) */ --accent-light: #e8f5e9; --accent-gradient: linear-gradient(135deg, #4CAF50, #388E3C); --text: #212529; /* Koyu gri metin */ --text-light: #6c757d; --bg: #ffffff; --bg-off: #f8f9fa; /* Açık gri arka plan */ --border: rgba(222, 226, 230, 0.8); /* Gri border */ --card-bg: rgba(255, 255, 255, 0.8); --glass-bg: rgba(255, 255, 255, 0.7); --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03); --shadow-md: 0 10px 15px -3px rgba(0, 0, 0, 0.08), 0 4px 6px -2px rgba(0, 0, 0, 0.04); --shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, 0.08), 0 10px 10px -5px rgba(0, 0, 0, 0.03); --shadow-glow: 0 0 25px rgba(0, 90, 156, 0.2); /* Ford Mavi glow */ --shadow-accent: 0 0 25px rgba(76, 175, 80, 0.2); /* Yeşil glow */ --radius-sm: 0.5rem; --radius-md: 1rem; --radius-lg: 1.5rem; --radius-xl: 2rem; --radius-full: 9999px; --transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); } /* Scroll bar styling - Global */ ::-webkit-scrollbar { width: 10px; height: 10px; } ::-webkit-scrollbar-track { background: var(--bg-off); border-radius: var(--radius-full); } ::-webkit-scrollbar-thumb { background: var(--primary-light); border-radius: var(--radius-full); border: 2px solid var(--bg-off); } ::-webkit-scrollbar-thumb:hover { background: var(--primary); } /* Apply base styles to the container */ #forscan-vlinker-content { /* ID aynı kaldı */ font-family: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif; color: var(--text); line-height: 1.6; background-color: var(--bg); } /* Scope universal selector and box-sizing */ #forscan-vlinker-content *, #forscan-vlinker-content *::before, #forscan-vlinker-content *::after { margin: 0; padding: 0; box-sizing: border-box; } /* Scoped Styles */ #forscan-vlinker-content .container { width: 100%; max-width: 1400px; margin: 0 auto; padding: 0 24px; position: relative; z-index: 1; } #forscan-vlinker-content .btn { display: inline-flex; align-items: center; justify-content: center; padding: 16px 32px; border-radius: var(--radius-full); font-weight: 700; font-size: 16px; text-decoration: none; cursor: pointer; transition: var(--transition); position: relative; overflow: hidden; box-shadow: var(--shadow-sm); letter-spacing: 0.5px; border: none; } #forscan-vlinker-content .btn::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.1); transform: translateX(-100%) skewX(-30deg); transition: transform 0.6s; } #forscan-vlinker-content .btn:hover::before { transform: translateX(100%) skewX(-30deg); } #forscan-vlinker-content .btn-primary { background: var(--primary-gradient); color: white; } #forscan-vlinker-content .btn-primary:hover { box-shadow: var(--shadow-glow); transform: translateY(-3px); } #forscan-vlinker-content .btn-accent { background: var(--accent-gradient); /* Accent rengi kullanıldı */ color: white; } #forscan-vlinker-content .btn-accent:hover { box-shadow: var(--shadow-accent); transform: translateY(-3px); } #forscan-vlinker-content .btn-with-icon { gap: 10px; } #forscan-vlinker-content .btn-with-icon svg { transition: var(--transition); } #forscan-vlinker-content .btn-with-icon:hover svg { transform: translateX(4px); } /* Hero Section */ #forscan-vlinker-content .hero { min-height: 100vh; display: flex; align-items: center; padding: 40px 0; position: relative; overflow: hidden; background: linear-gradient(135deg, #f8f9fa 0%, #cce1f4 50%, #f8f9fa 100%); /* Renkler güncellendi (Ford Mavi) */ margin-bottom: 60px; border-radius: var(--radius-lg); } /* Animated background for Hero */ #forscan-vlinker-content .hero .animated-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; overflow: hidden; } #forscan-vlinker-content .blob { position: absolute; border-radius: 50%; filter: blur(80px); opacity: 0.4; } #forscan-vlinker-content .blob-1 { width: 700px; height: 700px; background: #a8c7e4; /* Renk güncellendi (Ford Mavi) */ top: -300px; right: -200px; animation: float-hero 8s ease-in-out infinite alternate; } #forscan-vlinker-content .blob-2 { width: 600px; height: 600px; background: #8cb3d6; /* Renk güncellendi (Ford Mavi) */ top: 40%; left: -300px; animation: float-hero 10s ease-in-out infinite alternate-reverse; } #forscan-vlinker-content .blob-3 { width: 500px; height: 500px; background: #6f9fc8; /* Renk güncellendi (Ford Mavi) */ bottom: -200px; right: 20%; animation: float-hero 12s ease-in-out infinite alternate; } #forscan-vlinker-content .grid-pattern { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: linear-gradient(rgba(0, 90, 156, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 90, 156, 0.05) 1px, transparent 1px); /* Renk güncellendi (Ford Mavi) */ background-size: 40px 40px; opacity: 0.5; } #forscan-vlinker-content .hero-container { display: flex; align-items: center; gap: 60px; } #forscan-vlinker-content .hero-content { flex: 1; max-width: 650px; text-align: center; z-index: 1; } #forscan-vlinker-content .hero-pretitle { background: var(--primary-gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; color: transparent; font-weight: 700; font-size: 18px; text-transform: uppercase; letter-spacing: 3px; margin-bottom: 16px; display: inline-block; animation: fadeInUp 0.8s ease; } #forscan-vlinker-content .hero-title { font-size: 72px; font-weight: 900; line-height: 1.1; margin-bottom: 24px; letter-spacing: -1px; animation: fadeInUp 1s ease; color: var(--text); } #forscan-vlinker-content .hero-title .highlight { background: var(--primary-gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; color: transparent; position: relative; display: inline-block; } #forscan-vlinker-content .hero-title .highlight::after { content: ''; position: absolute; left: 0; bottom: 5px; width: 100%; height: 8px; background: var(--primary-gradient); border-radius: var(--radius-full); transform-origin: right; transform: scaleX(0); animation: slideIn 1.5s forwards ease-out; animation-delay: 0.5s; opacity: 0.3; } #forscan-vlinker-content .hero-subtitle { font-size: 22px; font-weight: 500; margin-bottom: 40px; color: var(--text-light); animation: fadeInUp 1s ease; animation-delay: 0.2s; animation-fill-mode: both; } #forscan-vlinker-content .hero-btns { display: flex; gap: 20px; flex-wrap: wrap; animation: fadeInUp 1s ease; animation-delay: 0.4s; animation-fill-mode: both; justify-content: center; } #forscan-vlinker-content .hero-features { display: flex; flex-wrap: wrap; gap: 32px; margin-top: 40px; animation: fadeInUp 1s ease; animation-delay: 0.6s; animation-fill-mode: both; justify-content: center; } #forscan-vlinker-content .hero-feature { display: flex; align-items: center; gap: 10px; } #forscan-vlinker-content .hero-feature-icon { width: 36px; height: 36px; background: var(--primary-light); display: flex; align-items: center; justify-content: center; border-radius: var(--radius-full); color: var(--primary); font-weight: 800; font-size: 16px; } #forscan-vlinker-content .hero-feature-text { font-size: 15px; font-weight: 600; color: var(--text); } #forscan-vlinker-content .hero-image { flex: 1; position: relative; animation: fadeIn 1.5s ease; display: flex; justify-content: center; z-index: 1; } #forscan-vlinker-content .hero-image-inner { position: relative; max-width: 640px; /* iframe genişliği */ width: 100%; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); overflow: hidden; transition: var(--transition); aspect-ratio: 1 / 1; /* iframe oranı */ background-color: #eee; /* iframe yüklenirken arka plan */ } #forscan-vlinker-content .hero-image iframe { /* iframe stili */ width: 100%; height: 100%; border: none; display: block; } /* 360 Görünüm Etiketi Stili */ #forscan-vlinker-content .view-360-label { position: absolute; top: 15px; /* Üstten boşluk */ right: 15px; /* Sağdan boşluk */ background-color: rgba(0, 90, 156, 0.8); /* Yarı saydam Ford Mavi */ color: white; padding: 6px 12px; border-radius: var(--radius-sm); font-size: 13px; font-weight: 600; z-index: 10; /* iframe'in üzerinde */ pointer-events: none; /* Etiketin tıklamayı engellememesi için */ backdrop-filter: blur(3px); box-shadow: 0 2px 5px rgba(0,0,0,0.2); } #forscan-vlinker-content .floating-elements { position: absolute; width: 100%; height: 100%; top: 0; left: 0; pointer-events: none; z-index: 0; } #forscan-vlinker-content .floating-element { position: absolute; opacity: 0.7; animation: floating 6s infinite alternate ease-in-out; } #forscan-vlinker-content .floating-element:nth-child(1) { width: 80px; height: 80px; background: #e6f0f7; border: 2px solid #cce1f4; border-radius: var(--radius-sm); top: 20%; left: 10%; animation-duration: 8s; /* Ford Mavi */ } #forscan-vlinker-content .floating-element:nth-child(2) { width: 40px; height: 40px; border: 2px solid #6f9fc8; border-radius: var(--radius-full); top: 30%; right: 15%; animation-duration: 10s; /* Ford Mavi */ } #forscan-vlinker-content .floating-element:nth-child(3) { width: 60px; height: 60px; background: #dbe8f3; border-radius: var(--radius-md); bottom: 20%; left: 20%; animation-duration: 12s; /* Ford Mavi */ } #forscan-vlinker-content .floating-element:nth-child(4) { width: 30px; height: 30px; border: 2px solid #005A9C; border-radius: var(--radius-full); bottom: 30%; right: 10%; animation-duration: 9s; /* Ford Mavi */ } @keyframes float-hero { 0% { transform: translate(0, 0) scale(1); } 100% { transform: translate(50px, 50px) scale(1.1); } } @keyframes slideIn { to { transform: scaleX(1); } } @keyframes floating { 0% { transform: translate(0, 0) rotate(0deg); } 100% { transform: translate(30px, 30px) rotate(15deg); } } @keyframes fadeInUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } } @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } /* Product Specs Section */ #forscan-vlinker-content .product-specs { padding: 140px 0; background: linear-gradient(125deg, #343a40 0%, #212529 100%); color: #fff; overflow: hidden; position: relative; border-radius: var(--radius-lg); } #forscan-vlinker-content .product-specs .animated-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; overflow: hidden; } #forscan-vlinker-content .light-orb { position: absolute; border-radius: 50%; filter: blur(80px); opacity: 0.15; animation: float-specs 10s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955); pointer-events: none; } #forscan-vlinker-content .orb1 { width: 60vw; height: 60vw; background: linear-gradient(-45deg, #005A9C, #337ab7, #6f9fc8); top: -20%; right: -20%; animation-delay: 0s; /* Renkler güncellendi (Ford Mavi) */ } #forscan-vlinker-content .orb2 { width: 40vw; height: 40vw; background: linear-gradient(45deg, #4CAF50, #66BB6A, #81C784); bottom: -15%; left: -15%; animation-delay: -3s; /* Renkler güncellendi (Yeşil) */ } #forscan-vlinker-content .orb3 { width: 30vw; height: 30vw; background: linear-gradient(45deg, #6c757d, #909da6, #b4c4d0); top: 40%; left: 60%; animation-delay: -6s; /* Renkler güncellendi (Gri) */ } @keyframes float-specs { 0% { transform: translateY(0) scale(1); } 50% { transform: translateY(-5%) scale(1.02); } 100% { transform: translateY(5%) scale(0.98); } } #forscan-vlinker-content .specs-header { text-align: center; margin-bottom: 80px; animation: fadeInUp 1s ease-out forwards; } #forscan-vlinker-content .header-badge { display: inline-block; background: rgba(255, 255, 255, 0.08); color: rgba(255, 255, 255, 0.9); font-size: 14px; font-weight: 500; padding: 8px 14px; border-radius: 50px; margin-bottom: 20px; backdrop-filter: blur(8px); border: 1px solid rgba(255, 255, 255, 0.05); transform: translateY(20px); animation: fadeInUp 1s ease-out forwards; animation-delay: 0.2s; } #forscan-vlinker-content .specs-header h2 { font-size: 56px; font-weight: 800; margin-bottom: 24px; line-height: 1.1; letter-spacing: -0.5px; opacity: 0; transform: translateY(20px); animation: fadeInUp 1s ease-out forwards; animation-delay: 0.4s; color: #ffffff; text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); } #forscan-vlinker-content .highlight-text { position: relative; color: #ffffff; background: linear-gradient(90deg, #6f9fc8, #005A9C); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; color: transparent; display: inline-block; /* Renkler güncellendi (Ford Mavi) */ } #forscan-vlinker-content .highlight-text::after { content: ''; position: absolute; width: 100%; height: 8px; bottom: 4px; left: 0; background: linear-gradient(90deg, #6f9fc8, #005A9C); opacity: 0.3; border-radius: 50px; z-index: -1; /* Renkler güncellendi (Ford Mavi) */ } #forscan-vlinker-content .specs-header p { font-size: 18px; font-weight: 400; color: rgba(255, 255, 255, 0.7); max-width: 600px; margin: 0 auto; opacity: 0; transform: translateY(20px); animation: fadeInUp 1s ease-out forwards; animation-delay: 0.6s; } #forscan-vlinker-content .specs-container { display: flex; gap: 80px; align-items: center; } #forscan-vlinker-content .specs-image { flex: 1; position: relative; opacity: 0; transform: translateX(-20px); animation: fadeInLeft 1s ease-out forwards; animation-delay: 0.8s; } @keyframes fadeInLeft { from { opacity: 0; transform: translateX(-20px); } to { opacity: 1; transform: translateX(0); } } #forscan-vlinker-content .product-display { position: relative; } #forscan-vlinker-content .product-card { position: relative; background: #f8f9fa; border-radius: 12px; overflow: hidden; padding: 20px; display: flex; justify-content: center; align-items: center; box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(255, 255, 255, 0.1) inset; transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1); transform-style: preserve-3d; perspective: 1000px; } #forscan-vlinker-content .product-card:hover { transform: translateY(-10px); box-shadow: 0 35px 60px -15px rgba(0, 90, 156, 0.3), 0 0 0 1px rgba(0, 90, 156, 0.1) inset; /* Renk güncellendi (Ford Mavi) */ } #forscan-vlinker-content .product-main-image { position: relative; width: 100%; height: 400px; display: flex; justify-content: center; align-items: center; overflow: hidden; border-radius: 0; background: white; } #forscan-vlinker-content .product-main-image img { max-width: 85%; max-height: 85%; object-fit: contain; transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1); transform-style: preserve-3d; filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.1)); border-radius: var(--radius-md); } #forscan-vlinker-content .product-card:hover .product-main-image img { transform: scale(1.08); } #forscan-vlinker-content .product-glow { position: absolute; bottom: 20%; left: 50%; transform: translateX(-50%); width: 70%; height: 20px; background: radial-gradient(ellipse at center, rgba(0, 90, 156, 0.15) 0%, transparent 70%); border-radius: 50%; z-index: 1; filter: blur(15px); opacity: 0.7; transition: all 0.5s ease; /* Renk güncellendi (Ford Mavi) */ } #forscan-vlinker-content .product-card:hover .product-glow { width: 80%; filter: blur(20px); opacity: 0.9; } #forscan-vlinker-content .product-shine { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 25%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.05) 75%, rgba(255, 255, 255, 0) 100%); z-index: 3; opacity: 0; transition: opacity 0.5s ease; pointer-events: none; } #forscan-vlinker-content .product-card:hover .product-shine { opacity: 1; } #forscan-vlinker-content .product-badge { position: absolute; background: #005A9C; color: white; font-size: 12px; font-weight: 600; padding: 6px 12px; border-radius: 4px; z-index: 4; box-shadow: 0 4px 12px rgba(0, 90, 156, 0.25); transition: all 0.3s ease; /* Renk güncellendi (Ford Mavi) */ } #forscan-vlinker-content .product-badge.left { top: 15px; left: 15px; } #forscan-vlinker-content .product-badge.right { bottom: 15px; right: 15px; } #forscan-vlinker-content .product-card:hover .product-badge { transform: translateY(-3px); box-shadow: 0 8px 16px rgba(0, 90, 156, 0.3); /* Renk güncellendi (Ford Mavi) */ } #forscan-vlinker-content .product-gallery { display: flex; align-items: center; justify-content: center; margin-top: 25px; width: 100%; /* Kapsayıcının tam genişlikte olduğundan emin ol */ } #forscan-vlinker-content .gallery-wrapper { display: flex; gap: 15px; max-width: 100%; /* %90 yerine %100 yapıldı */ overflow-x: auto; scroll-behavior: smooth; padding: 10px 5px; /* justify-content: center; kaldırıldı, sola yaslı başlasın */ scrollbar-width: none; } #forscan-vlinker-content .gallery-wrapper::-webkit-scrollbar { display: none; } #forscan-vlinker-content .gallery-item { width: 80px; height: 80px; border-radius: 6px; overflow: hidden; cursor: pointer; border: 2px solid #dee2e6; transition: all 0.3s ease; flex-shrink: 0; position: relative; background: white; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05); } #forscan-vlinker-content .gallery-item.active { border-color: #005A9C; transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 90, 156, 0.15); /* Renk güncellendi (Ford Mavi) */ } #forscan-vlinker-content .gallery-item::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 50%); opacity: 0; transition: opacity 0.3s ease; } #forscan-vlinker-content .gallery-item:hover::after { opacity: 1; } #forscan-vlinker-content .gallery-item:hover:not(.active) { transform: translateY(-3px); border-color: #8cb3d6; /* Renk güncellendi (Ford Mavi) */ } #forscan-vlinker-content .gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; } #forscan-vlinker-content .gallery-item:hover img { transform: scale(1.1); } #forscan-vlinker-content .specs-content { flex: 1; opacity: 0; transform: translateX(20px); animation: fadeInRight 1s ease-out forwards; animation-delay: 1s; } @keyframes fadeInRight { from { opacity: 0; transform: translateX(20px); } to { opacity: 1; transform: translateX(0); } } #forscan-vlinker-content .specs-badge { display: inline-flex; align-items: center; background: linear-gradient(90deg, #005A9C, #337ab7); color: white; font-size: 14px; font-weight: 600; padding: 8px 16px; border-radius: 50px; margin-bottom: 20px; box-shadow: 0 8px 16px rgba(0, 90, 156, 0.3); position: relative; overflow: hidden; /* Renk güncellendi (Ford Mavi) */ } #forscan-vlinker-content .specs-badge::before { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: linear-gradient(45deg, transparent 0%, rgba(255, 255, 255, 0.1) 50%, transparent 100%); transform: rotate(45deg); animation: shimmer 3s infinite; } @keyframes shimmer { 0% { left: -100%; } 100% { left: 100%; } } #forscan-vlinker-content .specs-content h3 { font-size: 42px; font-weight: 800; margin-bottom: 24px; line-height: 1.1; color: #ffffff; text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); } #forscan-vlinker-content .specs-description { margin-bottom: 40px; color: rgba(255, 255, 255, 0.8); font-size: 17px; line-height: 1.8; max-width: 520px; } #forscan-vlinker-content .specs-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px 40px; margin-bottom: 40px; } #forscan-vlinker-content .spec-detail { display: flex; gap: 12px; align-items: flex-start; transition: all 0.3s ease; } #forscan-vlinker-content .spec-detail:hover { transform: translateY(-5px); } #forscan-vlinker-content .spec-icon { width: 56px; height: 56px; background: rgba(255, 255, 255, 0.08); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: #6f9fc8; flex-shrink: 0; transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); backdrop-filter: blur(5px); border: 1px solid rgba(255, 255, 255, 0.05); box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Renk güncellendi (Ford Mavi) */ } #forscan-vlinker-content .spec-icon svg, .spec-icon i { width: 28px; height: 28px; font-size: 28px; line-height: 1; transition: all 0.4s ease; } #forscan-vlinker-content .spec-detail:hover .spec-icon { background: linear-gradient(145deg, #005A9C, #337ab7); color: white; transform: translateY(-8px) rotate(8deg); box-shadow: 0 12px 20px -5px rgba(0, 90, 156, 0.5); /* Renk güncellendi (Ford Mavi) */ } #forscan-vlinker-content .spec-detail:hover .spec-icon svg, .spec-detail:hover .spec-icon i { transform: scale(1.1); } #forscan-vlinker-content .spec-info h4 { font-size: 17px; font-weight: 700; margin-bottom: 6px; color: #fff; } #forscan-vlinker-content .spec-info p { font-size: 14px; line-height: 1.6; color: rgba(255, 255, 255, 0.7); } #forscan-vlinker-content .specs-divider { position: relative; height: 20px; margin: 30px 0; text-align: center; } #forscan-vlinker-content .specs-divider::before { content: ''; position: absolute; width: 100%; height: 1px; background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.1) 80%, rgba(255, 255, 255, 0) 100%); top: 50%; left: 0; transform: translateY(-50%); } #forscan-vlinker-content .specs-divider span { background: #343a40; padding: 0 15px; position: relative; font-size: 14px; font-weight: 600; color: rgba(255, 255, 255, 0.7); } #forscan-vlinker-content .specs-features { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 10px; justify-content: center; } #forscan-vlinker-content .feature-tag { font-size: 12px; font-weight: 600; padding: 8px 16px; border-radius: 6px; background: rgba(255, 255, 255, 0.08); color: rgba(255, 255, 255, 0.9); backdrop-filter: blur(5px); transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); cursor: default; border: 1px solid rgba(255, 255, 255, 0.05); } #forscan-vlinker-content .feature-tag:hover { background: rgba(0, 90, 156, 0.3); color: white; transform: translateY(-5px) scale(1.05); box-shadow: 0 10px 15px -3px rgba(0, 90, 156, 0.3); border: 1px solid rgba(0, 90, 156, 0.3); /* Renk güncellendi (Ford Mavi) */ } /* How It Works Section */ #forscan-vlinker-content .how-it-works { padding: 100px 0; background-color: var(--bg); position: relative; overflow: hidden; } #forscan-vlinker-content .how-it-works-header { text-align: center; margin-bottom: 60px; } #forscan-vlinker-content .how-it-works-header h2 { font-size: 42px; font-weight: 800; margin-bottom: 16px; color: var(--text); } #forscan-vlinker-content .how-it-works-header .highlight { background: var(--primary-gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; color: transparent; } #forscan-vlinker-content .how-it-works-header p { font-size: 18px; color: var(--text-light); max-width: 700px; margin: 0 auto; } #forscan-vlinker-content .how-it-works-grid { display: grid; grid-template-columns: 40% 1fr; gap: 50px; margin-top: 70px; align-items: start; grid-auto-rows: min-content; } #forscan-vlinker-content .how-it-works-column.left h3, #forscan-vlinker-content .how-it-works-column.right h3 { font-size: 24px; font-weight: 700; color: var(--primary-dark); margin-bottom: 30px; text-align: center; position: relative; padding-bottom: 10px; } #forscan-vlinker-content .how-it-works-column.left h3::after, #forscan-vlinker-content .how-it-works-column.right h3::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 60px; height: 3px; background: var(--primary-gradient); border-radius: var(--radius-full); } #forscan-vlinker-content .how-it-works-column.left { display: flex; flex-direction: column; } #forscan-vlinker-content .winding-steps-list { position: relative; padding: 20px 0; display: flex; flex-direction: column; } #forscan-vlinker-content .winding-step-item { display: flex; position: relative; margin-bottom: 60px; align-items: center; } #forscan-vlinker-content .winding-step-item:last-child { margin-bottom: 0; } #forscan-vlinker-content .winding-step-item:nth-child(odd) { flex-direction: row; padding-left: 80px; } #forscan-vlinker-content .winding-step-item:nth-child(even) { flex-direction: row-reverse; padding-right: 80px; text-align: right; } #forscan-vlinker-content .winding-step-icon-wrapper { position: absolute; top: 50%; transform: translateY(-50%); width: 60px; height: 60px; background: var(--primary-gradient); border-radius: 50%; display: flex; align-items: center; justify-content: center; z-index: 2; border: 4px solid var(--bg); box-shadow: var(--shadow-md); } #forscan-vlinker-content .winding-step-item:nth-child(odd) .winding-step-icon-wrapper { left: 0; } #forscan-vlinker-content .winding-step-item:nth-child(even) .winding-step-icon-wrapper { right: 0; } .winding-step-icon-wrapper i { font-size: 24px; color: #ffffff; } #forscan-vlinker-content .winding-step-content { background-color: var(--bg); border-radius: var(--radius-lg); padding: 20px 25px; box-shadow: var(--shadow-sm); border: 1px solid var(--border); flex-grow: 1; transition: var(--transition); } #forscan-vlinker-content .winding-step-item:hover .winding-step-content { transform: scale(1.02); box-shadow: var(--shadow-lg), var(--shadow-glow); } #forscan-vlinker-content .winding-step-content h4 { font-size: 18px; font-weight: 700; color: var(--primary-dark); margin-bottom: 8px; display: flex; align-items: center; } #forscan-vlinker-content .winding-step-item:nth-child(even) .winding-step-content h4 { flex-direction: row-reverse; } #forscan-vlinker-content .winding-step-number { display: inline-block; background-color: var(--primary-light); color: var(--primary-dark); border-radius: 50%; width: 28px; height: 28px; line-height: 28px; text-align: center; font-weight: 800; font-size: 14px; margin-right: 10px; flex-shrink: 0; } #forscan-vlinker-content .winding-step-item:nth-child(even) .winding-step-number { margin-right: 0; margin-left: 10px; } #forscan-vlinker-content .winding-step-content p { font-size: 14px; color: var(--text-light); line-height: 1.5; } #forscan-vlinker-content .winding-step-content a { color: var(--primary-dark); text-decoration: none; font-weight: 600; border-bottom: 1px dashed var(--primary-light); transition: var(--transition); } #forscan-vlinker-content .winding-step-content a:hover { color: var(--primary); border-bottom-color: var(--primary); } #forscan-vlinker-content .how-it-works-column.right { display: flex; flex-direction: column; } /* Sağ sütun için yeni stil (Özellik Listesi) */ #forscan-vlinker-content .capabilities-list { list-style: none; padding: 0; margin: 0; } #forscan-vlinker-content .capability-item { background-color: var(--bg); border-radius: var(--radius-lg); padding: 20px; margin-bottom: 20px; border: 1px solid var(--border); box-shadow: var(--shadow-sm); transition: var(--transition); display: flex; align-items: center; gap: 15px; } #forscan-vlinker-content .capability-item:hover { transform: translateY(-5px); box-shadow: var(--shadow-md), var(--shadow-accent); border-color: var(--secondary-light); } #forscan-vlinker-content .capability-icon { font-size: 24px; color: var(--accent); width: 40px; text-align: center; flex-shrink: 0; } #forscan-vlinker-content .capability-text { font-size: 15px; font-weight: 500; color: var(--text); } #forscan-vlinker-content .capability-text strong { font-weight: 700; color: var(--primary-dark); } #forscan-vlinker-content .enhanced-notice { display: flex; align-items: flex-start; gap: 30px; background: linear-gradient(135deg, var(--primary-light), var(--accent-light)); border-radius: var(--radius-xl); padding: 40px; border: 1px solid rgba(255, 255, 255, 0.5); box-shadow: var(--shadow-lg), 0 0 40px rgba(0, 90, 156, 0.15); max-width: 900px; margin-left: auto; margin-right: auto; position: relative; overflow: hidden; margin-top: 80px; /* Renkler güncellendi (Ford Mavi) */ } #forscan-vlinker-content .enhanced-notice-icon { font-size: 40px; color: var(--primary); background-color: rgba(255, 255, 255, 0.5); padding: 20px; border-radius: 50%; flex-shrink: 0; box-shadow: var(--shadow-md); } .enhanced-notice-icon i {} #forscan-vlinker-content .enhanced-notice-content h4 { font-size: 22px; font-weight: 700; color: var(--primary-dark); margin-bottom: 15px; } #forscan-vlinker-content .enhanced-notice-content p { font-size: 15px; color: var(--text); line-height: 1.7; margin-bottom: 15px; } #forscan-vlinker-content .enhanced-notice-content p:last-child { margin-bottom: 0; } #forscan-vlinker-content .enhanced-notice-content strong { font-weight: 700; color: var(--primary-dark); } #forscan-vlinker-content .enhanced-notice-content a { color: var(--primary-dark); font-weight: 600; text-decoration: none; border-bottom: 2px solid var(--primary); transition: var(--transition); } #forscan-vlinker-content .enhanced-notice-content a:hover { color: var(--primary); background-color: var(--primary-light); padding: 2px 4px; border-radius: var(--radius-sm); border-bottom: none; } /* FAQ Section - Card Layout (Merged) */ #forscan-vlinker-content .faq { padding: 80px 0; background-color: var(--bg-off); position: relative; overflow: hidden; } #forscan-vlinker-content .faq-header { text-align: center; margin-bottom: 60px; } #forscan-vlinker-content .faq-header h2 { font-size: 42px; font-weight: 800; margin-bottom: 16px; color: var(--text); } #forscan-vlinker-content .faq-header .highlight { background: var(--primary-gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; color: transparent; } #forscan-vlinker-content .faq-header p { font-size: 18px; color: var(--text-light); max-width: 700px; margin: 0 auto; } #forscan-vlinker-content .faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; max-width: 1100px; margin: 0 auto; } #forscan-vlinker-content .faq-card { background-color: var(--bg); border-radius: var(--radius-lg); border: 1px solid var(--border); box-shadow: var(--shadow-md); padding: 30px; transition: var(--transition); display: flex; flex-direction: column; height: 100%; } #forscan-vlinker-content .faq-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: var(--primary-light); } #forscan-vlinker-content .faq-card-question { font-size: 18px; font-weight: 700; color: var(--primary-dark); margin-bottom: 15px; display: flex; align-items: flex-start; gap: 12px; } #forscan-vlinker-content .faq-card-icon { font-size: 20px; color: var(--primary); margin-top: 2px; flex-shrink: 0; } #forscan-vlinker-content .faq-card-answer { font-size: 15px; color: var(--text-light); line-height: 1.7; flex-grow: 1; } #forscan-vlinker-content .faq-card-answer a { color: var(--primary-dark); font-weight: 600; text-decoration: none; border-bottom: 1px dashed var(--primary-light); transition: var(--transition); } #forscan-vlinker-content .faq-card-answer a:hover { color: var(--primary); border-bottom-color: var(--primary); } /* Responsive Styles */ @media (max-width: 1200px) { #forscan-vlinker-content .hero-title { font-size: 60px; } #forscan-vlinker-content .specs-container { gap: 50px; } #forscan-vlinker-content .specs-header h2 { font-size: 48px; } #forscan-vlinker-content .specs-content h3 { font-size: 36px; } #forscan-vlinker-content .product-main-image { height: 350px; } #forscan-vlinker-content .hero-image iframe { height: auto; aspect-ratio: 1 / 1; } } @media (max-width: 992px) { #forscan-vlinker-content .hero-container { flex-direction: column-reverse; gap: 40px; text-align: center; } #forscan-vlinker-content .hero-content { max-width: 100%; } #forscan-vlinker-content .hero-btns { justify-content: center; } #forscan-vlinker-content .hero-features { justify-content: center; } #forscan-vlinker-content .hero-title { font-size: 50px; } #forscan-vlinker-content .hero-image-inner { max-width: 400px; } #forscan-vlinker-content .product-specs { padding: 100px 0; } #forscan-vlinker-content .specs-container { flex-direction: column; gap: 60px; } #forscan-vlinker-content .specs-image, #forscan-vlinker-content .specs-content { width: 100%; max-width: 600px; margin: 0 auto; } #forscan-vlinker-content .product-card { padding: 15px; } #forscan-vlinker-content .specs-header h2 { font-size: 42px; } #forscan-vlinker-content .gallery-item { width: 70px; height: 70px; } #forscan-vlinker-content .product-main-image { height: 320px; } #forscan-vlinker-content .specs-features { justify-content: center; } #forscan-vlinker-content .how-it-works-header h2 { font-size: 36px; } #forscan-vlinker-content .how-it-works-grid { grid-template-columns: 1fr; gap: 40px; } #forscan-vlinker-content .how-it-works-column.right { margin-top: 20px; } #forscan-vlinker-content .winding-step-item:nth-child(odd), #forscan-vlinker-content .winding-step-item:nth-child(even) { flex-direction: row; padding-left: 80px; padding-right: 0; text-align: left; } #forscan-vlinker-content .winding-step-item:nth-child(odd) .winding-step-icon-wrapper, #forscan-vlinker-content .winding-step-item:nth-child(even) .winding-step-icon-wrapper { left: 0; right: auto; } #forscan-vlinker-content .winding-step-item:nth-child(even) .winding-step-content h4 { flex-direction: row; } #forscan-vlinker-content .winding-step-item:nth-child(even) .winding-step-number { margin-right: 10px; margin-left: 0; } #forscan-vlinker-content .faq-grid { grid-template-columns: 1fr; max-width: 700px; } } @media (max-width: 768px) { #forscan-vlinker-content .hero { padding: 60px 0; } #forscan-vlinker-content .hero-title { font-size: 36px; } #forscan-vlinker-content .hero-subtitle { font-size: 18px; } #forscan-vlinker-content .hero-pretitle { font-size: 16px; } #forscan-vlinker-content .hero-features { gap: 20px; } #forscan-vlinker-content .floating-elements { display: none; } #forscan-vlinker-content .product-specs { padding: 80px 0; } #forscan-vlinker-content .specs-header h2 { font-size: 36px; } #forscan-vlinker-content .specs-content h3 { font-size: 32px; } #forscan-vlinker-content .specs-detail-grid { grid-template-columns: 1fr; gap: 24px; } #forscan-vlinker-content .gallery-item { width: 60px; height: 60px; } #forscan-vlinker-content .product-badge { padding: 6px 10px; font-size: 11px; } #forscan-vlinker-content .product-main-image { height: 280px; } #forscan-vlinker-content .how-it-works { padding: 80px 0; } #forscan-vlinker-content .how-it-works-header h2 { font-size: 32px; } #forscan-vlinker-content .how-it-works-header p { font-size: 16px; } #forscan-vlinker-content .how-it-works-grid { gap: 30px; margin-top: 50px; } #forscan-vlinker-content .how-it-works-column.left h3, #forscan-vlinker-content .how-it-works-column.right h3 { font-size: 22px; } #forscan-vlinker-content .capability-item { flex-direction: column; text-align: center; gap: 10px; padding: 15px; } #forscan-vlinker-content .capability-icon { margin-bottom: 5px; } #forscan-vlinker-content .winding-step-item { margin-bottom: 40px; padding-left: 70px; } #forscan-vlinker-content .winding-step-icon-wrapper { width: 50px; height: 50px; } .winding-step-icon-wrapper i { font-size: 20px; } #forscan-vlinker-content .winding-step-content { padding: 15px 20px; } #forscan-vlinker-content .winding-step-content h4 { font-size: 16px; } #forscan-vlinker-content .winding-step-number { width: 24px; height: 24px; line-height: 24px; font-size: 12px; margin-right: 8px; } #forscan-vlinker-content .winding-step-content p { font-size: 13px; } #forscan-vlinker-content .enhanced-notice { flex-direction: column; align-items: center; text-align: center; gap: 25px; padding: 30px; margin-top: 60px; } #forscan-vlinker-content .enhanced-notice-icon { font-size: 32px; padding: 15px; } #forscan-vlinker-content .enhanced-notice-content h4 { font-size: 20px; } #forscan-vlinker-content .enhanced-notice-content p { font-size: 14px; } #forscan-vlinker-content .important-notice { padding: 20px; margin-top: 60px; } #forscan-vlinker-content .important-notice h4 { font-size: 18px; } #forscan-vlinker-content .important-notice p { font-size: 14px; } .important-notice::before { font-size: 60px; top: -15px; left: -10px; } #forscan-vlinker-content .faq { padding: 60px 0; } #forscan-vlinker-content .faq-header h2 { font-size: 32px; } #forscan-vlinker-content .faq-header p { font-size: 16px; } #forscan-vlinker-content .faq-card { padding: 25px; } #forscan-vlinker-content .faq-card-question { font-size: 17px; gap: 10px; } #forscan-vlinker-content .faq-card-icon { font-size: 18px; } #forscan-vlinker-content .faq-card-answer { font-size: 14px; } } @media (max-width: 576px) { #forscan-vlinker-content .container { padding: 0 15px; } #forscan-vlinker-content .hero-btns { flex-direction: column; width: 100%; } #forscan-vlinker-content .btn { width: 100%; } #forscan-vlinker-content .hero-feature { width: 100%; justify-content: center; } #forscan-vlinker-content .hero-image iframe { height: auto; aspect-ratio: 1 / 1; } #forscan-vlinker-content .specs-header h2 { font-size: 32px; } #forscan-vlinker-content .specs-header p { font-size: 16px; } #forscan-vlinker-content .specs-content h3 { font-size: 28px; } #forscan-vlinker-content .product-card { padding: 10px; } #forscan-vlinker-content .spec-icon { width: 46px; height: 46px; } #forscan-vlinker-content .spec-icon svg, #forscan-vlinker-content .spec-icon i { width: 20px; height: 20px; } #forscan-vlinker-content .gallery-item { width: 50px; height: 50px; border-radius: 4px; } #forscan-vlinker-content .product-badge.left { top: 10px; left: 10px; } #forscan-vlinker-content .product-badge.right { bottom: 10px; right: 10px; } #forscan-vlinker-content .product-main-image { height: 240px; } #forscan-vlinker-content .specs-detail-grid { gap: 20px; } #forscan-vlinker-content .spec-info h4 { font-size: 16px; } #forscan-vlinker-content .spec-info p { font-size: 13px; } #forscan-vlinker-content .feature-tag { padding: 6px 12px; font-size: 11px; } #forscan-vlinker-content .how-it-works-header h2 { font-size: 28px; } #forscan-vlinker-content .how-it-works-header p { font-size: 15px; } #forscan-vlinker-content .capability-item { padding: 12px; } #forscan-vlinker-content .capability-icon { font-size: 20px; width: 35px; } #forscan-vlinker-content .capability-text { font-size: 13px; } #forscan-vlinker-content .winding-step-item { padding-left: 60px; margin-bottom: 30px; } #forscan-vlinker-content .winding-step-icon-wrapper { width: 45px; height: 45px; } .winding-step-icon-wrapper i { font-size: 18px; } #forscan-vlinker-content .winding-step-content { padding: 12px 15px; } #forscan-vlinker-content .winding-step-content h4 { font-size: 15px; } #forscan-vlinker-content .winding-step-number { width: 22px; height: 22px; line-height: 22px; font-size: 11px; margin-right: 8px; } #forscan-vlinker-content .winding-step-content p { font-size: 12px; } #forscan-vlinker-content .enhanced-notice { padding: 25px; gap: 20px; margin-top: 40px; } #forscan-vlinker-content .enhanced-notice-icon { font-size: 28px; padding: 12px; } #forscan-vlinker-content .enhanced-notice-content h4 { font-size: 18px; } #forscan-vlinker-content .enhanced-notice-content p { font-size: 13px; } #forscan-vlinker-content .important-notice { padding: 15px; margin-top: 40px; } #forscan-vlinker-content .important-notice h4 { font-size: 16px; } #forscan-vlinker-content .important-notice p { font-size: 13px; } .important-notice::before { font-size: 50px; top: -10px; left: -5px; } #forscan-vlinker-content .faq-header h2 { font-size: 28px; } #forscan-vlinker-content .faq-card { padding: 20px; } #forscan-vlinker-content .faq-card-question { font-size: 16px; } } /* FORSCAN vLinker FS STYLES END */




FORScan İçin Önerilen

Ford'unuzun Tüm Potansiyelini Keşfedin

Vgate vLinker FS ile Ford araçlarınızda profesyonel düzeyde arıza tespiti yapın, kodlama ve programlama ile gizli özellikleri açın.




Yapabildiklerini Gör


Hemen Satın Al

FORScan Önerisi

Otomatik HS/MS-CAN

FEPS 18V Desteği

Hızlı Bluetooth 4.0

iOS/Android/Windows


360° Görünüm

FORScan Teknolojisi

vLinker FS: Teknik Özellikler

Ford araçları için özel olarak tasarlanmış, FORScan onaylı, FEPS 18V destekli Vgate vLinker FS Bluetooth adaptörü.



Vgate vLinker FS FORScan Uyumlu Bluetooth OBD2 Cihazı

Vgate vLinker FS Ön Görünüm
Vgate vLinker FS Yan Görünüm
Vgate vLinker FS OBD2 Bağlantı Ucu
Vgate vLinker FS Kutu
Vgate vLinker FS Kutu İçeriği
FORSCAN ÖNERİSİ

Vgate vLinker FS


Vgate vLinker FS, Ford araçlarınız için özel olarak tasarlanmış, FORScan ekibi tarafından önerilen profesyonel bir Bluetooth OBD2 adaptörüdür. Apple MFI sertifikalıdır.

Dahili otomatik HS/MS-CAN anahtarlaması ve FEPS 18V programlama voltajı desteği sayesinde tüm modüllere erişim ve gelişmiş programlama imkanı sunar. 12V/24V araç desteği, 3Mhz'ye varan iletim hızı ve stabil Bluetooth 4.0 bağlantısı ile arıza tespiti, kodlama ve canlı veri takibini sorunsuz yapın. Automatic Sleep & Wake-Up fonksiyonu akünüzü korur.

Otomatik HS/MS-CAN

Manuel anahtar olmadan tüm modüllere erişim

FEPS 18V Desteği

Gelişmiş modül programlama voltajı

Arıza Kodu Okuma/Silme

Tüm modüllerden detaylı arıza tespiti

Kodlama & Programlama

Gizli özellik açma ve modül yazılımı

12V/24V Desteği

Binek ve hafif ticari araçlarla uyumlu

Geniş Uyumluluk

FORScan (iOS/Android/Win), Diğer OBD App

Anahtar Avantajlar

FORSCAN ÖNERİLEN
OTOMATİK CAN SWITCH
FEPS 18V DESTEĞİ
BLUETOOTH 4.0
12V/24V UYUMLU
FORD KODLAMA
APPLE MFI SERTİFİKALI
GÜNCELLEME DESTEĞİ

vLinker FS ile Neler Yapabilirsiniz?

FORScan ve vLinker FS kullanarak aracınızın kontrolünü elinize alın.


Kullanım Adımları (FORScan)



1 FORScan'ı Kurun

FORScan web sitesinden uygun sürümü (Windows/iOS/Android) indirin ve kurun.


2 Cihazı Bağlayın & Eşleştirin

vLinker FS'yi aracın OBD2 portuna takın ve cihazınızın (PC/Telefon) Bluetooth ayarlarından eşleştirin.


3 FORScan ile Bağlanın

FORScan'ı açın, Ayarlar > Bağlantı bölümünden vLinker FS'yi seçin ve araca bağlanın.


4 İşlemlere Başlayın

Arıza kodlarını okuyun/silin, canlı verileri izleyin veya kodlama/programlama menülerine erişin.

Cihazın Genel Özellikleri

  • Otomatik HS/MS-CAN Anahtarlama: Tüm modüllere kolay erişim.
  • FEPS 18V Programlama Voltajı: Gelişmiş modül programlama.
  • Modül Konfigürasyonu: Araç ayarlarını okuma ve değiştirme.
  • Arıza Kodu Okuma/Silme: Tüm sistemlerde detaylı teşhis.
  • Adaptasyon & Kalibrasyon: Enjektör, Gaz Kelebeği, Şanzıman vb.
  • Servis Prosedürleri: DPF Rejenerasyonu, Bakım Sıfırlama.
  • Güncellenebilir Donanım: Gelecekteki araçlar için destek.


Yazılım Gereksinimleri

Vgate vLinker FS cihazı, FORScan yazılımı (Windows/iOS/Android) ile tam uyumlu çalışmak üzere tasarlanmıştır ve FORScan ekibi tarafından önerilmektedir. FORScan'ın bazı gelişmiş özellikleri (özellikle programlama) için Genişletilmiş Lisans gerekebilir.

Cihaz, diğer genel OBD2 uygulamalarıyla da (örn. Torque, Car Scanner ELM OBD2) kullanılabilir ancak tüm FORScan özelliklerine erişim bu uygulamalarla mümkün olmayabilir.


Merak Edilenler

Vgate vLinker FS ve FORScan kullanımı hakkında sıkça sorulan sorular.



Vgate vLinker FS hangi araçlarla uyumludur?
Vgate vLinker FS, FORScan yazılımının desteklediği tüm Ford modelleriyle (12V ve 24V sistemler dahil) uyumludur. Otomatik HS/MS-CAN anahtarlaması ve FEPS 18V desteği sayesinde tüm modüllere erişim ve programlama imkanı sunar. En güncel araç listesi için FORScan web sitesini kontrol edebilirsiniz.


FORScan lisansı gerekli mi?
FORScan'ın temel arıza kodu okuma/silme gibi özellikleri ücretsizdir. Ancak gizli özellik açma, adaptasyon, programlama gibi gelişmiş fonksiyonlar için Genişletilmiş Lisans gerekebilir. vLinker FS, FORScan'ın tüm özelliklerini (FEPS dahil) kullanmak için önerilen bir adaptördür.

Kodlama/Programlama yapmak zor mu?
Bağlantı ve FORScan ile temel arıza okuma/silme işlemleri basittir. Ancak modül konfigürasyonu, kodlama ve programlama gibi gelişmiş ayarlar için dikkat ve araç sistemleri hakkında bilgi sahibi olmak önemlidir. FORScan forumları ve rehberleri yardımcı olabilir.

Kodlama/Programlama işlemi aracıma zarar verir mi?
FORScan gibi güçlü bir yazılım ve vLinker FS gibi stabil bir cihazla yapıldığında genellikle güvenlidir. İşlem öncesi mutlaka mevcut konfigürasyonun yedeğini alın. Bilinmeyen ayarları değiştirmekten veya yanlış programlama yapmaktan kaçının. Sorumluluk kullanıcıya aittir.

vLinker FS ile hangi popüler işlemleri yapabilirim?
Modele göre değişmekle birlikte; Arıza kodlarını okuma/silme, servis bakım sıfırlama, DPF rejenerasyonu, enjektör kodlama, direksiyon açısı sıfırlama, gizli özellik açma, modül programlama (FEPS 18V gerektirenler dahil) gibi birçok işlem FORScan ile yapılabilir.

Kurulum ve bağlantı nasıl yapılır?
Cihazı aracınızın OBD2 portuna takın, cihazınızın (PC/Telefon) Bluetooth ayarlarından vLinker FS'yi bulun ve eşleştirin. Ardından FORScan yazılımını açıp Ayarlar > Bağlantı bölümünden vLinker FS'yi seçerek araca bağlanın.



Axess 12 Installment
Single Payment 4.964,90 ₺ 4.964,90 ₺
2 Installment 2.607,57 ₺ 5.215,13 ₺
3 Installment 1.773,96 ₺ 5.321,88 ₺
4 Installment 1.358,03 ₺ 5.432,10 ₺
5 Installment 1.109,16 ₺ 5.545,79 ₺
6 Installment 943,99 ₺ 5.663,96 ₺
7 Installment 827,08 ₺ 5.789,57 ₺
8 Installment 739,34 ₺ 5.914,69 ₺
9 Installment 671,59 ₺ 6.044,27 ₺
10 Installment 618,03 ₺ 6.180,31 ₺
11 Installment 574,26 ₺ 6.316,84 ₺
12 Installment 538,20 ₺ 6.458,34 ₺
Bonus 12 Installment
Single Payment 4.964,90 ₺ 4.964,90 ₺
2 Installment 2.607,57 ₺ 5.215,13 ₺
3 Installment 1.773,63 ₺ 5.320,88 ₺
4 Installment 1.357,53 ₺ 5.430,11 ₺
5 Installment 1.108,36 ₺ 5.541,82 ₺
6 Installment 943,17 ₺ 5.658,99 ₺
7 Installment 825,95 ₺ 5.781,63 ₺
8 Installment 738,22 ₺ 5.905,75 ₺
9 Installment 670,26 ₺ 6.032,35 ₺
10 Installment 616,64 ₺ 6.166,41 ₺
11 Installment 572,77 ₺ 6.300,46 ₺
12 Installment 536,58 ₺ 6.438,98 ₺
Paraf 12 Installment
Single Payment 4.964,90 ₺ 4.964,90 ₺
2 Installment 2.588,45 ₺ 5.176,90 ₺
3 Installment 1.757,91 ₺ 5.273,72 ₺
4 Installment 1.342,88 ₺ 5.371,53 ₺
5 Installment 1.094,16 ₺ 5.470,82 ₺
6 Installment 928,44 ₺ 5.570,62 ₺
7 Installment 810,56 ₺ 5.673,89 ₺
8 Installment 722,02 ₺ 5.776,16 ₺
9 Installment 653,05 ₺ 5.877,45 ₺
10 Installment 598,32 ₺ 5.983,20 ₺
11 Installment 553,23 ₺ 6.085,48 ₺
12 Installment 515,73 ₺ 6.188,75 ₺
World 12 Installment
Single Payment 4.964,90 ₺ 4.964,90 ₺
2 Installment 2.613,77 ₺ 5.227,54 ₺
3 Installment 1.803,58 ₺ 5.410,75 ₺
4 Installment 1.382,97 ₺ 5.531,89 ₺
5 Installment 1.130,81 ₺ 5.654,03 ₺
6 Installment 962,78 ₺ 5.776,66 ₺
7 Installment 843,25 ₺ 5.902,77 ₺
8 Installment 753,30 ₺ 6.026,40 ₺
9 Installment 683,28 ₺ 6.149,53 ₺
10 Installment 627,66 ₺ 6.276,63 ₺
11 Installment 581,75 ₺ 6.399,26 ₺
12 Installment 543,53 ₺ 6.522,39 ₺
Maximum 12 Installment
Single Payment 4.964,90 ₺ 4.964,90 ₺
2 Installment 2.607,57 ₺ 5.215,13 ₺
3 Installment 1.773,96 ₺ 5.321,88 ₺
4 Installment 1.358,03 ₺ 5.432,10 ₺
5 Installment 1.109,16 ₺ 5.545,79 ₺
6 Installment 943,99 ₺ 5.663,96 ₺
7 Installment 827,08 ₺ 5.789,57 ₺
8 Installment 739,34 ₺ 5.914,69 ₺
9 Installment 671,59 ₺ 6.044,27 ₺
10 Installment 618,03 ₺ 6.180,31 ₺
11 Installment 574,26 ₺ 6.316,84 ₺
12 Installment 538,20 ₺ 6.458,34 ₺
BankKart 12 Installment
Single Payment 4.964,90 ₺ 4.964,90 ₺
2 Installment 2.602,85 ₺ 5.205,70 ₺
3 Installment 1.770,32 ₺ 5.310,95 ₺
4 Installment 1.355,17 ₺ 5.420,68 ₺
5 Installment 1.106,58 ₺ 5.532,88 ₺
6 Installment 942,01 ₺ 5.652,04 ₺
7 Installment 824,60 ₺ 5.772,19 ₺
8 Installment 737,41 ₺ 5.899,29 ₺
9 Installment 669,21 ₺ 6.022,92 ₺
10 Installment 613,26 ₺ 6.132,64 ₺
11 Installment 570,69 ₺ 6.277,62 ₺
12 Installment 535,59 ₺ 6.427,06 ₺
CardFinans 12 Installment
Single Payment 4.964,90 ₺ 4.964,90 ₺
2 Installment 2.607,57 ₺ 5.215,13 ₺
3 Installment 1.773,96 ₺ 5.321,88 ₺
4 Installment 1.358,03 ₺ 5.432,10 ₺
5 Installment 1.109,16 ₺ 5.545,79 ₺
6 Installment 943,99 ₺ 5.663,96 ₺
7 Installment 827,08 ₺ 5.789,57 ₺
8 Installment 739,34 ₺ 5.914,69 ₺
9 Installment 671,59 ₺ 6.044,27 ₺
10 Installment 618,03 ₺ 6.180,31 ₺
11 Installment 574,26 ₺ 6.316,84 ₺
12 Installment 538,20 ₺ 6.458,34 ₺
Kuveyt Türk 12 Installment
Single Payment 4.964,90 ₺ 4.964,90 ₺
2 Installment 2.597,89 ₺ 5.195,77 ₺
3 Installment 1.764,36 ₺ 5.293,08 ₺
4 Installment 1.347,85 ₺ 5.391,38 ₺
5 Installment 1.098,24 ₺ 5.491,18 ₺
6 Installment 931,83 ₺ 5.590,97 ₺
7 Installment 813,46 ₺ 5.694,24 ₺
8 Installment 724,50 ₺ 5.796,02 ₺
9 Installment 655,31 ₺ 5.897,80 ₺
10 Installment 600,36 ₺ 6.003,56 ₺
11 Installment 555,12 ₺ 6.106,33 ₺
12 Installment 517,43 ₺ 6.209,10 ₺
Order before 4:00 PM, ships the same day!
Fastest
1-2 business days
Turkey's most established carrier. Wide branch network across all 81 provinces with real-time tracking.
200
Economic
2-3 business days
One of Turkey's largest cargo networks with 5,500+ branches. Affordable and fast delivery.
175
Popular
2-3 business days
Choose your preferred time slot for delivery. Tech-driven infrastructure with instant notifications.
125
Same Day Shipping Orders placed before 4 PM weekdays, 12 PM Saturdays
Free Over 30,000₺ No shipping fee on domestic orders
67+ Countries Via DHL, UPS, FedEx — 3-10 business days
Store Pickup Antalya Muratpasa Free
Our professional team carefully packages every product and ensures safe delivery to your door.

No questions have been asked about this product yet.

Be the first to ask a question!

Ask a Question

No reviews yet

Have you tried this product? Share your experience and help other customers make the right choice. Your review will be published after approval.

Your privacy is protected
Takes just a few seconds
Help the community

Write a Review

Your Rating
Max 3 photos, 5MB
SKU OTO0433
Barcode OTO0433
1/7
Cookie Notice

We use cookies to provide you with the best shopping experience. Cookies help us remember your preferences and improve our services. For details, see our Cookie Policy