Skip to content

Mobile & Extensions

iOS App

Production

Available on the App Store:

App Store

Staging (TestFlight)

For testing new features before production release:

TestFlight

Chrome Extension

Production

Available on the Chrome Web Store:

Chrome Web Store

Features

The Chrome extension provides:

  • Quick access to CRED data while browsing
  • LinkedIn integration for contact lookup
  • One-click data capture from web pages

Development

iOS Development

The iOS app is built with Swift and follows Apple's Human Interface Guidelines.

Repository: Contact the mobile team for access.

Extension Development

# Clone the extension repo
git clone https://github.com/credinvest/cred-chrome-extension.git

# Install dependencies
npm install

# Build for development
npm run build:dev

# Load unpacked extension in Chrome
# Go to chrome://extensions/ → Load unpacked → Select /dist folder