automa
v1.28.27

블록을 연결하여 브라우저를 자동화하기위한 확장.
자동 충전 양식, 반복적 인 작업을 수행하거나 스크린 샷을 찍거나 웹 사이트 데이터를 긁어 모으십시오. 선택은 귀하의 것입니다. 자동화가 실행되면 예약 할 수도 있습니다!
![]() 크롬 웹 스토어 | ![]() Firefox 추가 기능 |
공유하고 다른 사람들과 워크 플로를 다운로드 할 수있는 Automa Marketplace를 찾아보십시오. 마켓 플레이스로 이동»
Automa Chrome Extension Builder (Short for Short)를 사용하면 Automa 워크 플로우를 기반으로 독립형 Chrome 확장을 생성 할 수 있습니다. 문서로 이동»
yarn dev 또는 yarn build 스크립트를 실행하기 전에 src/utils 디렉토리에서 getPassKey.js 파일을 만들어야합니다. 파일 내부에서
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 lintautoma/build 디렉토리를 찾아 선택한 다음 선택하십시오.about:debugging#/runtime/this-firefox .automa/build Directory를 탐색하고 manifest.json 파일을 선택하십시오. 문제를 제출하고 제안을했으며 일반적 으로이 프로젝트를 더 나은 프로젝트로 만드는 데 도움이되는 모든 분들께 감사드립니다.
이 저장소의 소스 코드는 GNU Affero General Public License (AGPL) 또는 Automa Commercial License에 따라 다양하게 라이센스가 부여됩니다.
자세한 내용은 License.txt를 참조하십시오.