/auto-flow-extension

A Chrome extension for automating interactions with the browser

Primary LanguageJavaScript

Auto Flow

A browser extension for automating those repetative tasks

Overview

  • A popup for conviently running flows
  • A devtools panel for managing, running, and stepping through flows

A Flow

A flow is a series of steps that the browser can run defined in a json file. Flows should obey the schema given in utils.schema

TODO List

  • Generate docs from the schema
  • Improve test coverage
  • Add seperate extensions file for frequently used extensions
  • Add some first party extensions (e.g. ones specific to react)
  • Add support for working with variables
  • Improve compatability with some applications (e.g. Trepetto forms)