Skip to content
forked from AutomaApp/automa

A browser extension for automating your browser by connecting blocks

License

Notifications You must be signed in to change notification settings

yanyue404/automa

This branch is 272 commits behind AutomaApp/automa:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Sep 3, 2023
e1d8721 · Sep 3, 2023
Sep 25, 2022
Aug 25, 2023
Sep 9, 2022
Sep 3, 2023
Dec 21, 2022
Dec 12, 2021
Sep 19, 2021
Aug 25, 2023
Aug 25, 2022
Nov 11, 2021
Aug 6, 2022
Jan 25, 2023
Feb 10, 2023
Sep 1, 2023
Jun 23, 2022
Dec 21, 2021
Aug 22, 2022
Dec 21, 2022
Sep 1, 2023

Repository files navigation

Automa

Automa latest version Follow Us on Twitter Chat with us on Discord

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!

Downloads

Chrome web store

Chrome Web Store

Firefox add-ons

Firefox Add-ons

Marketplace

Browse the Automa marketplace where you can share and download workflows with others. Go to the marketplace »

Automa Chrome Extension Builder

Automa Chrome Extension Builder (Automa CEB for short) allows you to generate a standalone chrome extension based on Automa workflows. Go to the documentation »

Project setup

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

Install Locally

Chrome

  1. Open chrome and navigate to extensions page using this URL: chrome://extensions.
  2. Enable the "Developer mode".
  3. Click "Load unpacked extension" button, browse the automa/build directory and select it.

Install in chrome

Firefox

  1. Open firefox and navigate to about:debugging#/runtime/this-firefox.
  2. Click the "Load Temporary Add-on" button.
  3. Browse the automa/build directory and select the manifest.json file.

Install in firefox

Contributors

Thanks to everyone who has submitted issues, made suggestions, and generally helped make this a better project.

License

Source code in this repository is variously licensed under the GNU Affero General Public License (AGPL), or the Automa Commercial License.

See LICENSE.txt for details.

About

A browser extension for automating your browser by connecting blocks

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 59.7%
  • JavaScript 39.7%
  • Other 0.6%