An extension for automating your browser by connecting blocks.
Auto-fill forms, do a repetitive task, take a screenshot, or scrape website data — the choice is yours. You can even schedule when the automation will execute!
Chrome Web Store |
Firefox Add-ons |
Browse the Automa marketplace where you can share and download workflows with others. Go to the marketplace »
Before running the yarn dev
or yarn build
script, you need to create the getPassKey.js
file in the src/utils
directory. Inside the file write
export default function() {
return 'anything-you-want';
}
# Install dependencies
yarn install
# Compiles and hot-reloads for development for the chrome browser
yarn dev
# Compiles and minifies for production for the chrome browser
yarn build
# Create a zip file from the build folder
yarn build:zip
# Compiles and hot-reloads for development for the firefox browser
yarn dev:firefox
# Compiles and minifies for production for the firefox browser
yarn build:firefox
# Lints and fixes files
yarn lint
Thanks to everyone who has submitted issues, made suggestions, and generally helped make this a better project.