Skip to content

Commit 25bef92

Browse files
author
Alex Hosein
committed
feat: add Chrome extension install button to landing page hero [P1]
- Added 'Add to Chrome — Free' CTA as primary button in hero section - Updated Browser Extension notice from 'Coming soon' to live install link - Links to Chrome Web Store: pdhanfhfocbonalekhcjpfnkiobpimeb
1 parent 479a7b6 commit 25bef92

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

docs/index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ <h1 class="glow">OPEN SOURCE SECURITY FOR LLM INFERENCE</h1>
3636
</div>
3737

3838
<div class="cta-buttons">
39-
<a href="https://app.infershield.io" class="btn btn-primary">GET STARTED FREE</a>
39+
<a href="https://chromewebstore.google.com/detail/infershield-ai-security-g/pdhanfhfocbonalekhcjpfnkiobpimeb" class="btn btn-primary" target="_blank" rel="noopener">🔒 Add to Chrome — Free</a>
40+
<a href="https://app.infershield.io" class="btn btn-secondary">GET STARTED FREE</a>
4041
<a href="https://github.com/InferShield/infershield" class="btn btn-secondary">VIEW ON GITHUB</a>
4142
</div>
4243

@@ -51,8 +52,8 @@ <h1 class="glow">OPEN SOURCE SECURITY FOR LLM INFERENCE</h1>
5152
<h3>v1.0 Released — March 2026</h3>
5253
<p><strong>Proxy v1.0:</strong> Stable. Passthrough mode, no key custody. Drop-in replacement for any LLM API.</p>
5354
<p><strong>Platform v1.0:</strong> Threat dashboard, compliance exports, audit logs — production-ready.</p>
54-
<p><strong>Browser Extension:</strong> Coming soon — IDE &amp; browser-level protection for GitHub Copilot, Cursor, and Windsurf.
55-
<a href="https://github.com/InferShield/infershield/issues/1" class="notice-link">Track progress on GitHub</a></p>
55+
<p><strong>Browser Extension:</strong> Now available! Browser-level protection for GitHub Copilot, Cursor, Windsurf, and all web-based LLM tools.
56+
<a href="https://chromewebstore.google.com/detail/infershield-ai-security-g/pdhanfhfocbonalekhcjpfnkiobpimeb" class="notice-link">Install from Chrome Web Store</a></p>
5657
</div>
5758
</div>
5859
</section>

0 commit comments

Comments
 (0)