automa
v1.28.27

通過連接塊來自動瀏覽器的擴展程序。
自動填充表單,執行重複任務,進行屏幕截圖或刮擦網站數據 - 選擇是您的。您甚至可以安排自動化執行何時!
![]() Chrome網絡商店 | ![]() Firefox附加組件 |
瀏覽自動市場,您可以在其中與他人共享和下載工作流程。去市場»
Automa Chrome擴展構建器(簡稱Automa CEB)允許您根據自動工作流產生獨立的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目錄,然後選擇manifest.json文件。 感謝所有提交問題,提出建議並通常使這個更好的項目的人。
根據GNU Affero通用公共許可證(AGPL)或Automa商業許可證,該存儲庫中的源代碼均具有不同的許可。
有關詳細信息,請參見License.txt。