Skip to content

seven-io/browser

Repository files navigation

seven logo

seven Browser Extension

Send SMS and place text-to-speech calls directly from your browser. Includes a phone-number collector to mass-message recipients found on any web page.

MIT License Chrome Web Store Firefox Add-ons TypeScript React


Features

  • Send SMS - Compose and send SMS to one or many recipients from the toolbar popup
  • Voice Calls - Place text-to-speech calls without leaving the browser
  • Phone Collector - Scrape phone numbers from any web page and mass-message them - see screenshot
  • Cross-browser - Works in Chrome, Firefox, Brave, Opera and any other Chromium-based browser

Prerequisites

Installation

Option 1: From a marketplace (recommended)

Option 2: Manual install (developers)

Chrome

  1. Download the latest *.zip from the releases page.
  2. Unpack it anywhere.
  3. Open chrome://extensions, enable Developer Mode, click Load unpacked and select the unzipped directory.
  4. Click the extension icon, open Options and paste your API key.

Firefox

  1. Download the latest *.xpi from the releases page.
  2. Open about:addons, click the cog icon and pick Install Add-on from file.
  3. Select the downloaded archive.
  4. Click the extension icon, open Preferences and paste your API key.

Development

npm ci
npm run dev      # builds an unpacked extension into dist/ and watches for changes
npm run build    # production build
npm run package  # creates Chrome .zip and Firefox .xpi artifacts

Support

Need help? Feel free to contact us or open an issue.

License

MIT