Automa是一款创新的网页自动化工具,专为寻求提升工作效率、简化数据收集过程的现代工作者设计。它融合了先进的数据抓取技术与直观的流程自动化功能,使用户能够在纷繁复杂的网络环境中轻松提取宝贵信息。无论您是需要监控竞争对手的价格变动、整理行业报告,还是日常的市场调研,Automa都能成为您的得力助手,让繁琐的手动操作成为过去式。 https://github.com/AutomaApp/automa.git

Ahmad Kholid e5bd4aa51b feat: bump version to 0.5.0 %!s(int64=3) %!d(string=hai) anos
.github 9aba0a133b chore: remove issue templates label %!s(int64=3) %!d(string=hai) anos
.vscode 6f5071d87b init %!s(int64=3) %!d(string=hai) anos
src 059679f061 feat: add 'execute workflows at once' option in collection %!s(int64=3) %!d(string=hai) anos
utils db6716dad3 chore: add build zip script %!s(int64=3) %!d(string=hai) anos
.babelrc 70ee0c5fdc feat(newtab): add sidebar %!s(int64=3) %!d(string=hai) anos
.editorconfig 8857f3a6d3 feat: add store %!s(int64=3) %!d(string=hai) anos
.eslintrc.js 0dbf36d124 feat: add tooltip %!s(int64=3) %!d(string=hai) anos
.gitignore 2e696a9cec feat: webhook support %!s(int64=3) %!d(string=hai) anos
.prettierrc 729270ea9d feat: add loop data preview %!s(int64=3) %!d(string=hai) anos
LICENSE 09830dc304 chore: Create LICENSE %!s(int64=3) %!d(string=hai) anos
README.md d83f85f11e chore: update README.md %!s(int64=3) %!d(string=hai) anos
package.json e5bd4aa51b feat: bump version to 0.5.0 %!s(int64=3) %!d(string=hai) anos
postcss.config.js be19a27cb9 feat: add popup home page %!s(int64=3) %!d(string=hai) anos
tailwind.config.js 0a0e87178f feat: add active-tab block %!s(int64=3) %!d(string=hai) anos
webpack.config.js 4f16674d5a feat: add keyboard shortcut in trigger block %!s(int64=3) %!d(string=hai) anos
yarn.lock e591a1755a chore: remove unused dependencies %!s(int64=3) %!d(string=hai) anos

README.md

Automa

version

An extension for automating your browser by connecting blocks.
From auto-fill forms, doing a repetitive task, taking a screenshot, to scraping data of the website, it's up to you what you want to do with this extension. And you also can schedule when the automation will execute.

Project setup

# Install dependencies
yarn install

# Compiles and hot-reloads for development
yarn dev

# Compiles and minifies for production
yarn build

# Create a zip file from the build folder
yarn build:zip

# Lints and fixes files
yarn lint