Skip to content

Allows the creation of accounts across 30 different variations of products, frequencies and environments

Notifications You must be signed in to change notification settings

w3b3/MileIQ_CreateUser

Repository files navigation

MileIQ: Create New Accounts - Chrome Extension

A Chrome extension to help MileIQ users create new accounts efficiently.

Installation

For Internal Distribution:

  1. Download the MileIQ_CreateUser.zip file
  2. Extract the zip file to a folder on your computer
  3. Open Chrome and navigate to chrome://extensions/
  4. Enable "Developer mode" in the top right corner
  5. Click "Load unpacked" and select the extracted folder
  6. The extension should now appear in your extensions list

Usage

  1. Navigate to any MileIQ website (https://*.mileiq.com/)
  2. Click the extension icon in your Chrome toolbar
  3. Use the popup interface to create new accounts
  4. The side panel provides additional functionality

Features

  • Automated account creation for MileIQ
  • Side panel interface for enhanced functionality
  • Secure handling of MileIQ domains
  • Modern UI with responsive design

Permissions

This extension requires the following permissions:

  • activeTab: To interact with the current MileIQ tab
  • declarativeNetRequest: For network request handling
  • storage: To save user preferences
  • scripting: To inject scripts into MileIQ pages
  • sidePanel: To provide the side panel interface
  • host_permissions: Access to MileIQ domains

Development

To modify this extension:

  1. Make your changes to the source files
  2. Run ./package-extension.sh to create a new distribution package
  3. Test the extension by loading it in Chrome's developer mode

File Structure

MileIQ_CreateUser/
├── manifest.json          # Extension configuration
├── background.js          # Service worker
├── content.js            # Content script for MileIQ pages
├── popup.html            # Popup interface
├── popup.js              # Popup functionality
├── popup.css             # Popup styling
├── side-panel.html       # Side panel interface
└── images/               # Extension icons

Version

Current version: 1.0

Support

For internal support, contact the development team.

About

Allows the creation of accounts across 30 different variations of products, frequencies and environments

Resources

Stars

Watchers

Forks