Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Kholid060/automa
A browser extension for automating your browser by connecting blocks
https://github.com/Kholid060/automa
automation browser-automation browser-extension chrome-extension firefox-extension hacktoberfest javascript vue workflow
Last synced: 3 months ago
JSON representation
A browser extension for automating your browser by connecting blocks
- Host: GitHub
- URL: https://github.com/Kholid060/automa
- Owner: AutomaApp
- License: other
- Created: 2021-10-02T08:48:43.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-18T05:56:24.000Z (6 months ago)
- Last Synced: 2024-05-23T07:58:31.920Z (5 months ago)
- Topics: automation, browser-automation, browser-extension, chrome-extension, firefox-extension, hacktoberfest, javascript, vue, workflow
- Language: Vue
- Homepage: https://www.automa.site
- Size: 8.26 MB
- Stars: 10,253
- Watchers: 104
- Forks: 1,028
- Open Issues: 107
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
- made-in-indonesia - Automa - `A chrome extension for automating your browser by connecting blocks` *by [Ahmad Kholid](https://github.com/Kholid060)* (A)
- awesome-made-by-indonesian - Automa - `A chrome extension for automating your browser by connecting blocks` *by [Ahmad Kholid](https://github.com/Kholid060)* (A)
README
# Automa
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
Firefox Add-ons
## Marketplace
Browse the Automa marketplace where you can share and download workflows with others. [Go to the marketplace »](https://www.automa.site/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 »](https://docs.automa.site/extension-builder)## 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```js
export default function() {
return 'anything-you-want';
}
``````bash
# 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](https://res.cloudinary.com/chat-story/image/upload/v1665128418/automa/chrome_QWxClxFcio_d9pqp8.png)
### 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](https://res.cloudinary.com/chat-story/image/upload/v1665128974/automa/firefox_30wkpfGM7N_lihajj.png)
## 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](https://www.automa.site/license/commercial/).See [LICENSE.txt](./LICENSE.txt) for details.